274 Commits

Author SHA1 Message Date
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
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
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
horike37
4eb3012f99 update test 2018-07-29 16:32:19 +09:00
horike37
ffb02e1715 updated behavior so that non-string value transforms string 2018-07-27 05:00:24 +09:00
Eslam λ Hefnawy
743efc9e75
Merge pull request #5043 from serverless/dashboard-integration
Integrate with Serverless Dashboard
2018-07-04 08:11:00 +03:00
Takahiro Horike
cbc5e3c4e1
Merge pull request #5074 from serverless/SQS
Add SQS event integration
2018-07-03 09:54:35 +09:00
Takahiro Horike
80d289ba75
Merge pull request #5071 from laardee/add-apig-resource-policy
Add apig resource policy
2018-07-03 09:18:38 +09:00
Eslam A. Hefnawy
654d921cc7 add more function data 2018-06-28 16:18:19 +03:00
Michael H. Oshita
38fe02ef81 add PRIVATE endpointType 2018-06-27 19:07:53 +09:00
Alex DeBrie
615375c922 Add SQS event 2018-06-25 15:42:11 +00:00
Eetu Tuomala
183c94058d fix policy syntax, add documentation 2018-06-25 13:54:05 +03:00
Eetu Tuomala
8778b17fd2 add resource policy to api gateway 2018-06-25 13:38:11 +03:00
Takahiro Horike
aeffbae743
Merge pull request #5029 from dougmoscrop/cycles
only use json-cycles when opt-in, for state serialization
2018-06-18 04:14:02 +09:00
Jonathan Goldwasser
68563bbba6 Add more tests for function tags 2018-06-15 12:34:57 +02:00
Doug Moscrop
8d9f4a296b only use json-cycles when opt-in, for state serialization 2018-06-06 15:07:03 -04:00
Jonathan Goldwasser
74495a0ca6 Make function tags inherit from provider tags 2018-05-28 17:30:50 +02:00
Frank Schmid
ff18b2597a
Merge pull request #4197 from hgiasac/cognito-authorizerid
Support Custom Authorizer Type (COGNITO_USER_POOLS) with authorizeId
2018-05-23 13:27:58 +02:00