9886 Commits

Author SHA1 Message Date
Daniel Schep
a4e0a26d53 add note about other content types going right through 2019-04-19 10:54:06 -04:00
Daniel Schep
88189d9451 DRY up naming functions and add unit tests 2019-04-18 11:55:25 -04:00
Daniel Schep
2816c388ff docs 2019-04-18 11:55:25 -04:00
Daniel Schep
1efa53e78e lint 2019-04-18 11:55:25 -04:00
Daniel Schep
0c214bc8da add to & use naming methods 2019-04-18 11:55:24 -04:00
Daniel Schep
618094d5bb request validator test covg 2019-04-18 11:54:25 -04:00
Daniel Schep
0d98a986fd old versions of node can't destructure 2019-04-18 11:54:25 -04:00
Daniel Schep
84c5124b0b put schema under request key and include content type in yaml 2019-04-18 11:54:25 -04:00
Daniel Schep
26bd1d39b4 Initial implemenation of request body schemas 2019-04-18 11:54:25 -04:00
Philipp Muens
381aa728cf
Merge pull request #5851 from exoego/tagging-apigw
Add tags to AWS APIGateway Stage
2019-04-18 14:24:37 +02:00
Philipp Muens
e6b764734f Add documentation 2019-04-18 14:17:11 +02:00
Philipp Muens
66e94e998b Update error message 2019-04-18 14:05:58 +02:00
Philipp Muens
16424ec5f7 Fix code to properly reference the provider property 2019-04-18 14:05:41 +02:00
Philipp Muens
8ce9591cac
Merge pull request #6027 from fabiorogeriosj/patch-1
Update cors.md
2019-04-18 13:28:53 +02:00
Philipp Muens
bdff98aa34
Merge pull request #6025 from serverless/releasing-v-1-41-0
Releasing v1.41.0
v1.41.0
2019-04-18 13:26:02 +02:00
Fábio Rogério SJ
918759c5ae
Update cors.md 2019-04-17 16:18:38 -03:00
Philipp Muens
112be54b1b Releasing v1.41.0 2019-04-17 13:10:49 +02:00
Philipp Muens
10b7d72250
Merge pull request #6023 from serverless/add-enterprise-link
update newsletter + enterprise link in readme
2019-04-17 12:25:04 +02:00
Pravin
644eedefd6 updated newsletter link in readme 2019-04-17 11:24:35 +02:00
Pravin
bd53aef45f add enterprise link to readme 2019-04-17 10:02:32 +02:00
exoego
d4a6f2ce0e Rename to express intent 2019-04-17 13:15:08 +09:00
exoego
d45884d1b2 Remove unnecessary code. 2019-04-17 12:01:00 +09:00
exoego
dd112c6a1b Update comments. 2019-04-17 11:56:53 +09:00
exoego
dd8b60675c Split test into granular cases. 2019-04-17 11:55:39 +09:00
exoego
7383281a6b Do not add Tags from stage implicitly to avoid breaking change. 2019-04-17 11:34:29 +09:00
exoego
9e42567210 Merge remote-tracking branch 'upstream/master' into tagging-apigw
# Conflicts:
#	lib/plugins/aws/package/compile/events/apiGateway/index.test.js
#	lib/plugins/aws/package/compile/events/apiGateway/lib/apiKeys.js
#	lib/plugins/aws/package/compile/events/apiGateway/lib/apiKeys.test.js
#	lib/plugins/aws/package/compile/events/apiGateway/lib/stage.js
#	lib/plugins/aws/package/compile/events/apiGateway/lib/stage.test.js
2019-04-17 11:24:00 +09:00
Philipp Muens
d4f2161db3
Merge pull request #5988 from endeepak/bugfix/5945_invoke_local_docker_env_vars
#5945: Invoke local docker to pass env vars to lambda container
2019-04-15 13:08:47 +02:00
Philipp Muens
9d73765354
Merge pull request #5970 from serverless/multiple-usage-plans
Add support for multiple usage plans
2019-04-15 12:45:53 +02:00
Philipp Muens
306538fcbf Add support for multiple usage plans 2019-04-15 12:31:25 +02:00
Philipp Muens
90a7adf8f6
Merge pull request #5692 from softprops/deployment-stage-description
Add AWS x-ray support for API Gateway
2019-04-15 12:26:01 +02:00
Philipp Muens
4dbdee083e
Merge pull request #6018 from allanchua101/patch-1
Update quick-start.md
2019-04-15 11:01:42 +02:00
Allan Chua
66855e4e91
Update quick-start.md 2019-04-14 21:57:32 +08:00
Allan Chua
edd2f75670
Update quick-start.md
I've specified that the Node v 6.5.0 is minimum run-time version required to reduce confusion from reader's point of view.
2019-04-14 13:38:19 +08:00
Daniel Schep
ccb35764ff
Merge pull request #6010 from serverless/retain-layer-versions
Allow specifying a retention policy for lambda layers
2019-04-12 10:13:56 -04:00
Philipp Muens
838c9dd6ea Fix tests 2019-04-12 15:33:41 +02:00
Philipp Muens
43da8b3c15 Update docs 2019-04-12 15:22:37 +02:00
Philipp Muens
76269bb379 Merge branch 'master' into deployment-stage-description 2019-04-12 15:15:31 +02:00
Philipp Muens
dd48f2daec Add check for breaking changes 2019-04-12 15:15:20 +02:00
Philipp Muens
d7dc5ab0f8 Remove custom stack error messages 2019-04-12 15:14:44 +02:00
Daniel Schep
64f29ce798 add layers to gblobal sls yaml examle indocs 2019-04-12 08:27:21 -04:00
Philipp Muens
8fde1446f4
Merge pull request #6013 from guerrerocarlos/patch-1
Make it easier on the eyes of serverless newcomers
2019-04-12 12:56:24 +02:00
Philipp Muens
96843e989a Update other Node.js-based templates 2019-04-12 12:49:00 +02:00
Carlos Guerrero
e1498f8f11
Make JSON.stringify easy on the eyes 2019-04-11 20:51:04 +03:00
Philipp Muens
527a906a5b Add strict mode declarative 2019-04-11 12:38:56 +02:00
Philipp Muens
43d1149bfe
Merge pull request #6011 from ffxsam/patch-1
Updating Node.js runtime version
2019-04-11 11:11:23 +02:00
Sam Hulick
80ed410680
Updating Node.js runtime version
Node.js 6.10 is deprecated for AWS Lambda.
2019-04-10 10:04:43 -05:00
Daniel Schep
dc67db8b7a Allow specifying a retention policy for lambda layers
closes #5765
2019-04-10 09:42:49 -04:00
Philipp Muens
27bc1bde24 Add custom error message when X-Ray tracing deployments fail 2019-04-10 14:31:30 +02:00
Philipp Muens
f64685377b Update docs with note about CloudFormation limitations 2019-04-10 13:34:15 +02:00
Philipp Muens
4143573393 Merge branch 'master' into deployment-stage-description 2019-04-10 11:48:56 +02:00