385 Commits

Author SHA1 Message Date
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
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
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
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
838c9dd6ea Fix tests 2019-04-12 15:33:41 +02:00
Philipp Muens
dd48f2daec Add check for breaking changes 2019-04-12 15:15:20 +02:00
Daniel Schep
dc67db8b7a Allow specifying a retention policy for lambda layers
closes #5765
2019-04-10 09:42:49 -04:00
Philipp Muens
4143573393 Merge branch 'master' into deployment-stage-description 2019-04-10 11:48:56 +02:00
Philipp Muens
5325cbd784 Replace API Gateway random ids with instanceIds 2019-03-22 10:08:19 +01:00
Philipp Muens
31f5f2f516
Merge pull request #5898 from snurmine/issues/4862
Support for asynchronous lambda invocation with integration type AWS
2019-03-21 13:50:47 +01:00
Philipp Muens
fac1cd127a Add additional test for async-only config 2019-03-21 13:38:27 +01:00
exoego
1476330092 Fix test. 2019-03-21 16:48:40 +09:00
exoego
af7e961e14 compileStage should use apiGatewayDeploymentLogicalId generated in compileDeployment. 2019-03-21 16:23:01 +09:00
exoego
61175554df Stage name should be unique between deployments. 2019-03-21 16:11:34 +09:00
exoego
e9cfc881ec Merge remote-tracking branch 'upstream/master' into tagging-apigw
# Conflicts:
#	lib/plugins/aws/package/compile/events/apiGateway/lib/deployment.js
#	lib/plugins/aws/package/compile/events/apiGateway/lib/deployment.test.js
2019-03-21 15:55:28 +09:00
Sami Nurminen
6d82631473 Support for asynchronous lambda invocation with integration type AWS 2019-03-20 20:35:47 +02:00
Philipp Muens
e1f09f3039
Revert "Fixed #4188 - Package generating incorrect package artifact path in serverless-state.json" 2019-03-18 11:12:25 +01:00
Philipp Muens
fe86fdee0f
Merge pull request #5297 from fruffin/fix-4188
Fixed #4188 - Package generating incorrect package artifact path in serverless-state.json
2019-03-14 13:41:07 +01:00
Philipp Muens
00d129ca86
Merge pull request #5863 from serverless/invoke-local-docker
Invoke local docker
2019-03-14 13:16:09 +01:00
Philipp Muens
92a9189447 Merge branch 'master' into deployment-stage-description 2019-03-13 12:43:26 +01:00
Jacob Griswold-Moran
0d0cba8334 adds inputTransformer option to aws cloudwatchEvent events
This change allows the InputTransformer cloudformation option to be used in aws `cloudwatchEvent` event types.
2019-03-12 11:59:11 -04:00
Jacob Griswold-Moran
756dd14dc9 adds inputTransformer option to aws schedule events
This change allows the InputTransformer cloudformation option to be used in aws `schedule` event types.
2019-03-12 11:59:03 -04:00
Philipp Muens
2a846cabb8 Add check for packageReference / Add tests 2019-03-07 14:44:13 +01:00
Philipp Muens
79598b2f74 Merge branch 'master' into fix-4188 2019-03-07 14:00:09 +01:00
Philipp Muens
fc2600b2d2 Update Description in tests 2019-03-07 13:36:05 +01:00
Philipp Muens
00e0524ba3 Merge branch 'master' into feat/apiGatewayDescription 2019-03-07 13:20:19 +01:00
Daniel Schep
ebf9eef917 support for service wide layer declaration. closes #5582 2019-03-05 11:28:13 -05:00
Philipp Muens
fbd9b46ef9
Merge pull request #5351 from serverless/SQSFnJoin
Allow Fn::Join in SQS arn builder
2019-03-05 13:37:22 +01:00
Philipp Muens
d2a930bc4d Remove unnecessary passing-in of stage name to naming function 2019-03-04 13:34:53 +01:00
Philipp Muens
06cfc51cac Merge branch 'master' into deployment-stage-description 2019-03-04 13:10:39 +01:00
Philipp Muens
2546b17581
Merge pull request #5860 from serverless/x-ray-lambda
Add AWS x-ray support for Lambda
2019-03-04 13:04:52 +01:00
Philipp Muens
9e046b13ed Rewrite logic to conditionally add a Stage resource 2019-02-28 14:39:27 +01:00
Eslam A. Hefnawy
cc4bafab06 dont add websockets policies when using custom roles 2019-02-28 15:09:48 +03:00
Eslam λ Hefnawy
0293040164
Merge pull request #5867 from serverless/wb-authorizers
Added websockets authorizer support
2019-02-28 14:55:55 +03:00
Eslam A. Hefnawy
4fcda374f0 remove only 2019-02-27 17:34:47 +03:00
Eslam A. Hefnawy
2a8fedc2f3 added tests 2019-02-27 17:34:29 +03:00
Eslam A. Hefnawy
e7c5acf6b8 tested authorizers 2019-02-27 15:54:13 +03:00
Philipp Muens
72ce7d907c Simplify tracing configuration 2019-02-27 13:41:02 +01:00