diff --git a/CHANGELOG.md b/CHANGELOG.md
index 201f2f34a..38487e1f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,26 @@
+# 1.32.0 (17.09.2018)
+- [Update quick-start.md](https://github.com/serverless/serverless/pull/5290)
+- [Backend state item generation and multi-region support](https://github.com/serverless/serverless/pull/5265)
+
+## Meta
+- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.31.0...v1.32.0)
+
+
+# 1.31.0 (11.09.2018)
+- [Add support for Cloudflare Workers](https://github.com/serverless/serverless/pull/5258)
+- [docs: Fix mismatch in AWS Metrics](https://github.com/serverless/serverless/pull/5276)
+- [Add new template for AWS Alexa Typescript](https://github.com/serverless/serverless/pull/5266)
+- [Remove `/tmp/node-dependencies*`](https://github.com/serverless/serverless/pull/5079)
+- [Adds FilterPolicy to SNS event](https://github.com/serverless/serverless/pull/5229)
+- [Update API Gateway Default Request Templates](https://github.com/serverless/serverless/pull/5222)
+- [Update serverless.yml.md](https://github.com/serverless/serverless/pull/5236)
+- [Fix for #3069 - Failing to handle schedule event body params](https://github.com/serverless/serverless/pull/5268)
+- [Remove redundant link to same docs page](https://github.com/serverless/serverless/pull/5243)
+
+## Meta
+- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.30.3...v1.31.0)
+
+
# 1.30.3 (28.08.2018)
- [Fix CORS race condition](https://github.com/serverless/serverless/pull/5256)
@@ -22,6 +45,7 @@
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.30.0...v1.30.1)
+
# 1.30.0 (09.08.2018)
- [Added support for multiple access keys for multiple tenants](https://github.com/serverless/serverless/pull/5189)
- [Fixed a publishing bug when having more than 100 resources](https://github.com/serverless/serverless/pull/5189)
@@ -37,6 +61,7 @@
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.29.2...v1.30.0)
+
# 1.29.2 (29.07.2018)
- [Fixed a bug when using APIG lambda integration with Serverless Dashboard](https://github.com/serverless/serverless/pull/5174)
- [Fixed a bug by transforming env var to string when setting num value](https://github.com/serverless/serverless/pull/5166)
@@ -44,12 +69,14 @@
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.29.1...v1.29.2)
+
# 1.29.1 (28.07.2018)
- [Fixed a bug when using APIG root path with Serverless Dashboard](https://github.com/serverless/serverless/pull/5170)
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.29.0...v1.29.1)
+
# 1.29.0 (26.07.2018)
- [Fixes issue with Node 10.7.0](https://github.com/serverless/serverless/issues/5133)
- [Serverless Dashboard Updates: Subscriptions, Resources, Deploys and Refresh Tokens](https://github.com/serverless/serverless/pull/5127)
@@ -59,6 +86,7 @@
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.28.0...v1.29.0)
+
# 1.28.0 (04.07.2018)
- [Add SQS event integration](https://github.com/serverless/serverless/pull/5074)
- [Integration with the Serverless Dashboard](https://github.com/serverless/serverless/pull/5043)
@@ -76,6 +104,7 @@
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.27.0...v1.28.0)
+
# 1.27.0 (02.05.2018)
- [Add maxAge option for CORS](https://github.com/serverless/serverless/pull/4639)
- [Add fn integration](https://github.com/serverless/serverless/pull/4934)
@@ -103,6 +132,7 @@
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.26.0...v1.26.1)
+
# 1.26.0 (29.01.2018)
- [AWS Go support](https://github.com/serverless/serverless/pull/4669)
- [Support for using an existing ApiGateway and Resources](https://github.com/serverless/serverless/pull/4247)
@@ -190,7 +220,6 @@
- [Fixed a bug with Kinesis events](https://github.com/serverless/serverless/pull/4084)
- [Fixed a bug with packaging](https://github.com/serverless/serverless/pull/4189)
-
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.21.1...v1.22.0)
diff --git a/README.md b/README.md
index f477ad0d2..aa75ad0bc 100644
--- a/README.md
+++ b/README.md
@@ -337,7 +337,9 @@ This table is generated from https://github.com/serverless/plugins/blob/master/p
This table is generated from https://github.com/serverless/examples/blob/master/community-examples.json please make additions there
-->
| Project Name | Author |
-| :----------- | :----: |
+|:-------------|:------:|
+| **[Serverless Pipeline](https://github.com/msfidelis/serverless-pipeline)**
Simple CI/CD Pipeline to Serverless Projects on AWS using Codepipeline, Codebuild and Terraform | [msfidelis](http://github.com/msfidelis) |
+| **[Jwtauthorizr](https://github.com/serverlessbuch/jwtAuthorizr)**
Custom JWT Authorizer Lambda function for Amazon API Gateway with Bearer JWT | [serverlessbuch](http://github.com/serverlessbuch) |
| **[AWS Demo Java Spring Cloud Function Serverless](https://github.com/mbsambangi/aws-java-spring-cloud-function-demo)**
If Java is your choice of programming language-Spring Cloud Function,Serverless Framework makes a great technology stack. It boosts developer productivity by decoupling from Vendor specific FaaS API, and deployment activities. | [mbsambangi](http://github.com/mbsambangi) |
| **[Serverless Architecture Boilerplate](https://github.com/msfidelis/serverless-architecture-boilerplate)**
Boilerplate to organize and deploy big projects using Serverless and CloudFormation on AWS | [msfidelis](http://github.com/msfidelis) |
| **[Bablebot](https://github.com/abiglobalhealth/babelbot)**
Lambda + API Gateway: Zero-to-chatbot in <10 lines of JS. Built-in integrations for Messenger, Telegram, Kik, Line, Twilio, Skype, and Wechat. Or roll your own! | [abiglobalhealth](http://github.com/abiglobalhealth) |
@@ -403,6 +405,7 @@ This table is generated from https://github.com/serverless/examples/blob/master/
| **[AWS Cognito Custom User Pool Example](https://github.com/bsdkurt/aws-node-custom-user-pool)**
Example CloudFormation custom resource backed by a lambda using Cognito User Pools | [bsdkurt](http://github.com/bsdkurt) |
| **[Serverless Lambda Protobuf Responses](https://github.com/theburningmonk/lambda-protobuf-demo)**
Demo using API Gateway and Lambda with Protocol Buffer | [theburningmonk](http://github.com/theburningmonk) |
| **[Serverless Telegram Bot](https://github.com/jonatasbaldin/serverless-telegram-bot)**
This example demonstrates how to setup an echo Telegram Bot using the Serverless Framework ⚡🤖 | [jonatasbaldin](http://github.com/jonatasbaldin) |
+| **[Serverless Line Bot](https://github.com/jiyeonseo/azure-line-bot-example)**
Echo Line bot using Azure Function with Node.js | [jiyeonseo](http://github.com/jiyeonseo) |
| **[Serverless Dashboard For Atom Editor](https://github.com/horike37/serverless-dashboard-for-atom)**
Atom editor package which allows you to deploy and visualize your serverless services with Serverless Framework on your editor. | [horike37](http://github.com/horike37) |
| **[Serverless Lambda Vpc Nat Redis](https://github.com/ittus/aws-lambda-vpc-nat-examples)**
Demo using API Gateway and Lambda with VPC and NAT to access Internet and AWS Resource | [ittus](http://github.com/ittus) |
| **[Serverless Gitlab CI](https://github.com/bvincent1/serverless-gitlab-ci)**
Simple Gitlab CI template for automatic testing and deployments | [bvincent1](http://github.com/bvincent1) |
diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md
index d3f0c9dcf..18fbdab2d 100644
--- a/RELEASE_CHECKLIST.md
+++ b/RELEASE_CHECKLIST.md
@@ -8,7 +8,7 @@ More info about our release process can be found in the [`RELEASE_PROCESS.md`](.
- [ ] Look through all open issues and PRs (if any) of that milestone and close them / move them to another
milestone if still open
-- [ ] Look through all closed issues and PRs of that milestone to see what has changed. Run `./scripts/prs-since-last tag` or if you want to run against a specific tag `./scripts/prs-since-last tag v1.20.0` to get a list of all merged PR's since a specific tag
+- [ ] Look through all closed issues and PRs of that milestone to see what has changed. Run `./scripts/prs-since-last-tag` or if you want to run against a specific tag `./scripts/prs-since-last-tag v1.20.0` to get a list of all merged PR's since a specific tag
- [ ] Close milestone on GitHub
- [ ] Create a new draft release in GitHub
diff --git a/docker-compose.yml b/docker-compose.yml
index 918dbb126..dc87e49c6 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -22,7 +22,7 @@ services:
aws-clojurescript-gradle:
image: pgoudreau/docker-maven-node
volumes:
- - ./tmp/serverless-integration-test-aws-clojurescript-gradle:/app
+ - ./tmp/serverless-integration-test-aws-clojurescript-gradle:/app
aws-nodejs:
image: node:5.11.1
volumes:
@@ -85,6 +85,10 @@ services:
image: node:6.10.3
volumes:
- ./tmp/serverless-integration-test-aws-nodejs-typescript:/app
+ aws-alexa-typescript:
+ image: node:6.10.3
+ volumes:
+ - ./tmp/serverless-integration-test-aws-alexa-typescript:/app
aws-nodejs-ecma-script:
image: node:6.10.3
volumes:
@@ -109,7 +113,3 @@ services:
image: maven:3-jdk-8
volumes:
- ./tmp/serverless-integration-test-spotinst-java8:/app
- webtasks-nodejs:
- image: node:6.10.3
- volumes:
- - ./tmp/serverless-integration-test-webtasks-nodejs:/app
diff --git a/docs/README.md b/docs/README.md
index 3189bfba5..361e08c75 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -12,7 +12,7 @@ menuItems:
- {menuText: "- OpenWhisk", path: /framework/docs/providers/openwhisk/}
- {menuText: "- Kubeless" , path: /framework/docs/providers/kubeless/}
- {menuText: "- Spotinst" , path: /framework/docs/providers/spotinst/}
- - {menuText: "- Webtasks" , path: /framework/docs/providers/webtasks/}
+ - {menuText: "- Cloudflare" , path: /framework/docs/providers/cloudflare/}
-->
@@ -127,21 +127,6 @@ Already using AWS or another cloud provider? Read on.
-
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
+