290 Commits

Author SHA1 Message Date
Philipp Muens
4ae0ff18bb
Merge pull request #5139 from BlackbirdHQ/master
Allows Fn::GetAtt with Lambda DLQ-onError
2019-01-28 13:46:31 +01:00
Philipp Muens
240968addc
Merge pull request #5720 from sdomagala/master
Lambda Layers - cast account id to string if number provided
2019-01-24 11:58:46 +01:00
Philipp Muens
c6701ff006
Merge pull request #5705 from snurmine/issues/5698
Convert reservedConcurrency to integer to allow use env var
2019-01-23 15:34:36 +01:00
Daniel Schep
011b579bd3
Merge pull request #5531 from exoego/logs-compact-permission
AWS: Consolidates Lambda::Permission objects for cloudwatchLog events
2019-01-21 14:51:07 -05:00
Sebastian Domagała
b25582989e fix linting issues 2019-01-18 11:13:23 +01:00
Sebastian Domagała
9f89789742 add tests cases 2019-01-18 10:49:46 +01:00
Sebastian Domagała
61b0370957 cast account to to string if necessary 2019-01-18 10:32:10 +01:00
Sami Nurminen
d2ab71cc51 Convert reservedConcurrency to integer to allow use env var 2019-01-15 22:45:39 +02:00
exoego
b98afe7430 Fix lint errors. 2018-12-30 13:44:50 +09:00
exoego
6731ff3128 Add cron syntax validation that validates only number of fields. 2018-12-30 13:36:57 +09:00
exoego
6d4f12ebcf Add rate syntax validation. 2018-12-30 13:36:57 +09:00
exoego
46170c9630 Merge remote-tracking branch 'upstream/master' into logs-compact-permission 2018-12-30 08:48:41 +09:00
Daniel Schep
6421135504
Merge pull request #5566 from serverless/app-5402
Set reserved concurrency in cfn template even if zero
2018-12-05 14:26:57 -05:00
Daniel Schep
84c99e2211 Set reserved concurrency in cfn template even if zero
fixes #5402
2018-12-05 11:05:11 -05:00
Daniel Schep
00756dd266
Merge pull request #5562 from exoego/log-retenion-regression
Fix logRetentionInDays regression in AWS
2018-12-05 09:30:03 -05:00
exoego
f129894392 Fix lint error. 2018-12-05 20:13:27 +09:00
exoego
57ccc68567 Error message should show actual value. 2018-12-05 20:01:40 +09:00
exoego
da53934e6e Support logRetentionInDays given as string. 2018-12-05 19:59:03 +09:00
exoego
78f85c6bc5 Correct format. 2018-12-05 19:42:25 +09:00
exoego
d7719a266b Consolidate logGroup pattern per function, not per service. 2018-12-05 19:42:25 +09:00
exoego
ef4b8c58ae Consolidate permission per function, not per service. 2018-12-05 19:42:25 +09:00
exoego
e7652a5da1 Minimize logGroup wildcard to improve security. 2018-12-05 19:42:25 +09:00
exoego
98572d7e53 Remove unused variable. 2018-12-05 19:42:25 +09:00
exoego
c216bc2656 Generate Lambda::Permission objects in which logGroup name is wildcard to reduce final policy size. 2018-12-05 19:42:25 +09:00
Daniel Cottone
601d9df12e fixing lint issue 2018-11-29 14:26:50 -06:00
Daniel Cottone
f1cae26a2e Merge remote-tracking branch 'upstream/master' into api-gateway-compression 2018-11-29 14:21:24 -06:00
Daniel Schep
b348471c05 test coverage! 2018-11-29 10:55:52 -05:00
Daniel Schep
577f85d070 Info support for layers 2018-11-29 10:55:52 -05:00
Daniel Schep
2ad01b3fe3 [WIP] Support for publishing Lambda Layers 2018-11-29 10:55:52 -05:00
Daniel Schep
2d4376b7f2 Support for using Lambda Layers 2018-11-29 10:55:52 -05:00
Daniel Schep
83fb574e07
Update lib/plugins/aws/package/compile/events/apiGateway/lib/restApi.js
Co-Authored-By: daniel-cottone <daniel.cottone@asurion.com>
2018-11-29 07:52:40 -06:00
Daniel Cottone
efa31ac5ef fixing variable check and adding back test 2018-11-27 14:51:02 -06:00
Daniel Cottone
1b41e1393a removing broken test 2018-11-27 12:54:53 -06:00
Daniel Cottone
e78d3cb541 Add support for API Gateway payload compression 2018-11-27 11:32:53 -06:00
Takahiro Horike
2d22c40195
Merge pull request #5395 from aki-webii/fix/support-apig-api-key-source-type
APIG ApiKeySourceType support.
2018-10-21 15:46:43 +09:00
aki-webii
8524ea5a74 Return Promise.reject(async) object insted of the simple error(sync) when the validation error is occurred. 2018-10-15 10:57:21 +09:00
Takahiro Horike
bf2ee2e56b
Merge pull request #5299 from weeniearms/master
Added possibility to specify custom S3 key prefix instead of the stan…
2018-10-15 02:59:49 +09:00
aki-webii
92e3f0b598 Fix lint error. 2018-10-13 17:03:42 +09:00
aki-webii
f68dafa969 Add test code. 2018-10-13 16:53:17 +09:00
aki-webii
1f6736b989 Adding ApiKeySourceType option into the CloudFormation template, when that option is provided at serverless.yml. 2018-10-13 16:24:47 +09:00
reedyrm
588bebc933 fixed bad string in test 2018-09-25 08:48:43 -05:00
reedyrm
969d7a9992 removed trailing spaces 2018-09-24 02:38:45 -05:00
reedyrm
9bbebfc893 added option for cacheControl to be attached to cors to enable caching at CloudFront layer 2018-09-24 02:37:40 -05:00
weeniearms
b5da4d09ed Added possibility to specify custom S3 key prefix instead of the standard 'serverless' 2018-09-17 09:35:40 +02:00
Takahiro Horike
a283b04c07
Merge pull request #5229 from laardee/sns-filter-policy
Adds FilterPolicy to SNS event
2018-09-04 23:18:54 +09:00
Shane Handley
28124a4cfe Fix for #3069 - Failing to handle schedule event body params due to failures in stringifying an already stringified...string. 2018-09-02 03:47:27 +10:00
Philipp Muens
afaeb65699 Fix CORS race condition 2018-08-28 09:35:37 -07:00
Eetu Tuomala
c39a74ad6a
add separate subscription resource only if filter policy exists 2018-08-20 22:37:00 +03:00
Eetu Tuomala
1895008ef5
add test for existing topic subscription with filter policy 2018-08-20 11:07:54 +03:00
Eetu Tuomala
b204d7a83f
add filterpolicy to sns subscription 2018-08-20 00:44:26 +03:00