619 Commits

Author SHA1 Message Date
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
Eetu Tuomala
0bda3c0865
fix destructuring issue 2019-04-18 01:54:24 +03:00
Eetu Tuomala
028b5968c5
fix rebase issues 2019-04-18 01:30:53 +03:00
Fabio Gollinucci
3e7dcccfb3 Add region pseudo parameter for websocket ServiceEndpoint output 2019-04-17 21:15:48 +02:00
Fabio Gollinucci
9d98dc6fe1 Fix tests 2019-04-17 20:49:08 +02:00
Fabio Gollinucci
d65d1ca126 Fix linter errors 2019-04-17 20:42:59 +02:00
Fabio Gollinucci
f83d70d62a Add region pseudo parameter for ServiceEndpoint output 2019-04-17 19:43:04 +02:00
Eetu Tuomala
cf6075b1ab
add optional description for api key 2019-04-17 13:43:35 +03:00
Eetu Tuomala
e61409b1a2
test usage plan keys 2019-04-17 13:41:48 +03:00
Eetu Tuomala
23a99a7472
fix destructuring issues 2019-04-17 13:40:42 +03:00
Eetu Tuomala
873e777bac
test api key object format validation 2019-04-17 13:38:57 +03:00
Eetu Tuomala
53bd329f80
throw error if api key is not a string or an object with name and/or value 2019-04-17 13:38:57 +03:00
Eetu Tuomala
f1a902eea1
add tests for object syntax api key 2019-04-17 13:36:22 +03:00
Eetu Tuomala
6f5f445f70
add test for get api key values 2019-04-17 13:33:38 +03:00
Eetu Tuomala
f9afb7a3ab
fetch api key values 2019-04-17 13:32:05 +03:00
Eetu Tuomala
e58ddd0614
add api key object format 2019-04-17 13:29:43 +03: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
Simon Elder
39e3089396 Add authorization scopes support for cognito user pool integration 2019-04-05 16:25:44 +11: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
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
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