302 Commits

Author SHA1 Message Date
pchynoweth
4c935d11e0 Fixed up linting issues 2019-02-04 10:09:55 +00:00
pchynoweth
9a25ade818 Added unit tests 2019-02-04 10:00:14 +00:00
pchynoweth
73d95c283e Fixed linting issue 2019-02-03 21:46:25 +00:00
pchynoweth
81a21744e6 Now checking if origins is empty 2019-02-03 21:09:20 +00:00
pchynoweth
968159b043 Now copying cacheControl into validated corsPreflight 2019-02-03 17:12:44 +00:00
Daniel Schep
43d8b624ef
Merge pull request #5740 from richarddd/multi-origin-cors
Provide multi origin cors values
2019-01-29 08:29:32 -05:00
Richard Davison
867d112470 Allow origin to be used by splitting comma separated values 2019-01-28 14:31:53 +01:00
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
Richard Davison
a820191a49 Fixed test 2019-01-28 12:17:46 +01:00
Richard Davison
e2563d768f Fixed typo 2019-01-28 11:49:44 +01:00
Richard Davison
3dff171b46 Remove single quoute 2019-01-28 11:17:35 +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
Richard Davison
d9575d424c Added test when no origin or origins is provided 2019-01-23 09:08:35 +01:00
Richard Davison
01b529af43 Provide multi origin cors 2019-01-23 08:48:52 +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