538 Commits

Author SHA1 Message Date
Mariusz Nowak
b2091b030e
Merge pull request #6545 from mokamoto12/fix-retained-layer-logical-id
Fix retained layer logical id
2019-08-16 10:47:30 +02:00
Mariusz Nowak
78a703a2eb
Merge pull request #6542 from ktardif/apigw-customize-log-level
AWS API Gateway customize log level
2019-08-16 10:38:07 +02:00
mokamoto12
8b499c77b6 prettify the code 2019-08-15 00:03:21 +09:00
mokamoto12
5ba145973b Fix retained layer logical id 2019-08-14 23:27:08 +09:00
Kevin Tardif
cf390d5f88 Updated valid apigw log levels to use a set, using ServerlessError instead of Error 2019-08-14 10:21:28 -04:00
Kevin Tardif
bea1caec26 Updated formatting 2019-08-14 08:47:48 -04:00
Mariusz Nowak
6a84748fe3
Merge pull request #6531 from serverless/apigw-logs-setup-fix
Setup APIGW CloudWatch role via custom resource
2019-08-14 10:05:45 +02:00
Mariusz Nowak
f0a8b8cfa3
Mock npm install in tests 2019-08-14 09:37:40 +02:00
Kevin Tardif
3e7ea5a191 Added log.level setting to customize AWS API Gateway log level 2019-08-13 15:55:47 -04:00
Ethan Smith
56d96c4afe
Only add merged IAM policies for Lambda when they will be used (#6262) 2019-08-13 13:12:37 -04:00
Mariusz Nowak
cc6c1948fb
Correct typo 2019-08-13 18:16:00 +02:00
Mariusz Nowak
64ce692951
Setup APIGW CloudWatch role via custom resource 2019-08-13 17:30:28 +02:00
Mariusz Nowak
8558e6a649
Move stage configuration to directory 2019-08-13 17:10:59 +02:00
Philipp Muens
21f4f7fe2f Fix support for EventBridge partner event sources 2019-08-09 14:30:49 +02:00
Alex Bolenok
1bf24e27fe Merge remote-tracking branch 'upstream/master' 2019-08-08 02:13:20 +03:00
Anton Vozghrin
21c59998ee Add PreTokenGeneration & UserMigration Cognito triggers 2019-08-07 10:36:58 +03:00
Philipp Muens
9ba9b1af66
Merge pull request #6491 from serverless/existing-cognit-user-pool-multi
Multiple event definitions for existing Cognito User Pools
2019-08-06 14:16:40 +02:00
Philipp Muens
a97a928404 Check if more than 1 existing bucket is configured 2019-08-06 13:16:00 +02:00
Philipp Muens
3b871ca9cb Multiple event definitions for existing Cognito User Pools 2019-08-06 13:08:42 +02:00
Philipp Muens
03d85834b0 Multiple event definitions for existing S3 bucket 2019-08-05 12:54:30 +02:00
Philipp Muens
9edda3c551 Existing S3 bucket fixes 2019-07-29 17:24:58 +02:00
Philipp Muens
871b04e238 Add EventBridge event source 2019-07-26 13:36:22 +02:00
Zbyněk Vymazal
6269e930a1 Fix lint errors 2019-07-26 11:06:14 +02:00
Zbyněk Vymazal
cf3df0e512 Add regression tests 2019-07-25 17:05:54 +02:00
Zbyněk Vymazal
bb0ea88b95 Use declared SNS topic name 2019-07-25 12:38:44 +02:00
Joaquín Ormaechea
562b7131e6 Added requestPath to lambda integration request template.
Closes #6364.
2019-07-20 17:00:47 -03:00
Alex Bolenok
95b9915111 Fix ImportValue handling in existing S3 buckets #6416 2019-07-20 04:45:39 +03:00
Philipp Muens
63c070c64c Add support for existing Cognito User Pools 2019-07-18 12:53:18 +02:00
Philipp Muens
318f9cd8a6 Fix async S3 test 2019-07-16 13:31:01 +02:00
Simon Elder
9c44708a21 Use options in constructor 2019-07-12 19:20:17 +10:00
Simon Elder
dfbc71834f Lint .. 2019-07-12 11:43:28 +10:00
Simon Elder
2b2e7b7def Enable cross region sns subscription. 2019-07-12 11:37:44 +10:00
Philipp Muens
d09b754874 Add support for existing S3 buckets 2019-07-09 15:41:59 +02:00
Philipp Muens
88e0da51a9
Merge pull request #6322 from axel-springer-kugawana/fix-alb-target-group-names
Make ALB event target group names unique
2019-07-02 13:03:19 +02:00
Philipp Muens
35e81fa1ac
Merge pull request #6310 from christophgysin/fix/websocket-logs
Websockets: fix passing log group ARN
2019-07-01 13:45:32 +02:00
Edward Goubely
c66d2b128c Make ALB event target group names unique 2019-06-28 19:56:08 +02:00
Alex DeBrie
2bded42fd6 Remove unneeded check 2019-06-27 12:33:49 -05:00
Alex DeBrie
86fb74c7fe New Prettier formatting 2019-06-27 11:58:04 -05:00
Alex DeBrie
d2d178c226 Cleaner check 2019-06-27 11:54:20 -05:00
Alex DeBrie
99644975da logFormat --> format 2019-06-27 11:54:20 -05:00
Alex DeBrie
9329e3f874 Update lib/plugins/aws/package/compile/events/apiGateway/lib/hack/updateStage.js
Co-Authored-By: Daniel Schep <dschep@gmail.com>
2019-06-27 11:54:20 -05:00
Alex DeBrie
a2b60c3429 Add a logFormat property 2019-06-27 11:54:20 -05:00
Alex DeBrie
8d629552dd Update docs 2019-06-27 11:54:20 -05:00
Christoph Gysin
6b00ef5bcc websockets: fix passing log group ARN
The log group ARN contains a trailing ":*" that seems to cause
deployment to fail. Instead, generate the ARN with the trailing
wildcard.

fixes #6304
2019-06-27 10:46:39 +03:00
Mariusz Nowak
e6ae8983de
Fix lint issues after prettification 2019-06-26 12:43:01 +02:00
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Mariusz Nowak
b5787c02d5
Merge pull request #6272 from christophgysin/feature/support-external-websocket-api
Feature/support external websocket api
2019-06-26 09:08:32 +02:00
Philipp Muens
de12ed3093
Merge pull request #6293 from axel-springer-kugawana/add-alb-event-conditions
Add ip, method, header and query conditions to ALB events
2019-06-25 13:20:24 +02:00
Edward Goubely
bc0e05fbbd Add ip, method, header and query conditions to ALB events 2019-06-23 22:38:11 +02:00
joetravis
f76f549e04 Use naming to get stackName 2019-06-20 10:05:15 -07:00