1115 Commits

Author SHA1 Message Date
Mars Lan
39bdea0750
fix(AWS Deploy): Fix handling of deployment bucket extensions (#10137) 2021-10-25 13:27:13 +02:00
Piotr Grzesik
bf62b7c4da feat(AWS EventBridge): Adjust deprecation of deployment method 2021-10-22 13:36:55 +02:00
Benoît Bouré
1c105a4c16
fix(AWS EventBridge): Allow intrinsic functions in pattern (#10120) 2021-10-20 10:47:33 +02:00
Michael
a3edecf0c6
feat(AWS Lambda): Support for Amazon MQ RabbitMQ events (#9919)
Co-authored-by: Michael <michael@Michaels-MacBook-Pro.local>
Co-authored-by: Michael <michael@ip-192-168-158-61.eu-west-1.compute.internal>
2021-10-19 15:10:46 +02:00
Mariusz Nowak
cc71fc99ff fix(Packaging): Ensure to show deprecation in all cases 2021-10-18 17:34:07 +02:00
Piotr Grzesik
04b921acdc feat(CLI): Introduce deprecation on S3 Accelerate for user bucket 2021-10-15 11:09:35 +02:00
Piotr Grzesik
4da0899673 refactor(CLI): Replace warnings with modern counterparts 2021-10-15 11:09:35 +02:00
ROSeaboyer
8e6dcd1aae
feat(AWS S3): Recognize ExpirationInDays property for s3 events 2021-10-13 16:03:01 +02:00
Mars Lan
c4cb0f30f5
feat: Opt-in support for deployment bucket versioning (#9912)
Configurable via `provider.deploymentBucket.versioning`
2021-10-12 20:49:08 +02:00
Oliver
44a81fcc6a
feat(AWS Lambda): Allow overriding provider VPC with no VPC on function 2021-10-11 23:47:44 +02:00
Piotr Grzesik
d43298d25b refactor(CLI): Adapt logWarning to modern logs 2021-10-11 16:40:56 +02:00
Piotr Grzesik
39c09e44b6 refactor(CLI): Minor modern logs updates 2021-10-08 17:17:47 +02:00
Piotr Grzesik
82dd1e4c70 refactor(CLI): Modern logs for invoke local command 2021-10-07 16:20:17 +02:00
Mariusz Nowak
d071c5f74d refactor(AWS Deploy): Improve error message 2021-10-07 14:09:14 +02:00
Mariusz Nowak
02be86ca49 fix(AWS Deploy): Throw on attempt of extending not existing resource 2021-10-07 14:09:14 +02:00
Mariusz Nowak
fe655d4f15 feat(AWS Lambda): Support 64-bit ARM architecture 2021-10-04 17:12:58 +02:00
Piotr Grzesik
846cfa1bcf fix(AWS EventBridge): Ensure proper support for deadLetterQueueArn 2021-09-30 16:26:10 +02:00
Mariusz Nowak
cd03f550ae fix(AWS EventBridge): Fix MaximumEventAgeInSecond template reference 2021-09-29 21:40:12 +02:00
Mariusz Nowak
8c9bd4a6ed refactor(CLI): Adapt pre-created log style generators 2021-09-23 16:34:12 +02:00
Mariusz Nowak
e0befa48bb refactor(CLI): Improve log spacing 2021-09-22 16:01:35 +02:00
John Armstrong
54bb13b6a6
fix(AWS S3): Recognize BucketKeyEnabled setting (#9985) 2021-09-22 12:15:21 +02:00
Guilherme Martins Crocetti
af39fc016b
feat(AWS Stream): Support tumblingWindowInSeconds (#9979) 2021-09-22 10:38:23 +02:00
Mariusz Nowak
a6553f8668 refactor(CLI): Refactor main progress event with isMainEvent option 2021-09-21 17:39:44 +02:00
Mariusz Nowak
634b59e396 refactor: Revert from mainProgressTitles handling
It appeared as not reliable, due to lack of means for any conditional handling of progress events
2021-09-21 17:39:44 +02:00
Mariusz Nowak
9fcb28350e fix(CLI): Display final packaging log only with package command 2021-09-17 11:42:50 +02:00
Piotr Grzesik
fa2507dad0 feat(CLI): Modern logs for package command 2021-09-16 12:16:25 +02:00
Seungchan Ahn
7cd3966897
fix(AWS API Gateway): Ensure consistent default for cors conf (#9909) 2021-09-13 17:16:27 +02:00
Eve
130fb3838f
feat(AWS EventBridge): Support deadLetterQueue and retryPolicy
Co-authored-by: JP Bochi <jpbochi@pm.me>
2021-09-10 14:55:37 +02:00
Piotr Grzesik
1107763df8 feat(AWS API Gateway): Support enabled for apiKeys config 2021-09-09 16:28:40 +02:00
Federico Jasson
9f0bc689cc
feat(AWS Schedule): Allow multiple rate expressions in single event
* Allow multiple cron/rate expressions in AWS schedule event

* Update schedule.test.js to use runServerless

* schedule.test.js: minimize calls to runServerless
2021-09-08 22:19:12 +02:00
Piotr Grzesik
510b1d1659 fix(AWS API Gateway): Ensure proper RequestValidator name 2021-09-06 13:38:43 +02:00
lewgordon
cacb529925
feat(AWS Lambda): Add support for activemq event (#8840)
Co-authored-by: Lew Gordon <lew.gordon@genesys.com>
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-09-03 12:24:47 +02:00
Peter Reshetin
da71df6032
fix(AWS CloudFront): Recognize behavior.TrustedKeyGroups in schema 2021-09-03 12:23:15 +02:00
Seung-Chan Ahn
3abc2f0642
feat(AWS CloudFront): Support behavior.CachePolicyId (#9895)
Co-authored-by: Seungchan Ahn <seungchan.ahn@tridge.com>
2021-09-01 10:39:55 +02:00
Piotr Grzesik
868ac02fd4 fix(AWS API Gateway): Recognize CF functions for mappedValue 2021-08-30 17:23:02 +02:00
Piotr Grzesik
13ce56ae31 fix(AWS API Gateway): Recognize CF functions for request.uri 2021-08-30 17:23:02 +02:00
Piotr Grzesik
3e8858b1a8 fix(AWS API Gateway): Recognize CF functions for connectionId 2021-08-30 17:23:02 +02:00
Mariusz Nowak
cb109dd835 fix(AWS API Gateway): Fix request validator triage 2021-08-27 13:09:46 +02:00
Remigiusz Orłowski
0682ba8b6a
refactor: Convert to async/await upload and rollback functions (#9866) 2021-08-24 11:11:59 +02:00
Jake Scott
6193d3867e
feat(AWS EventBridge): Support disabling a rule (#9865)
* Support being able to disable an eventbridge rule

* Pass state to custom resource handler

* Add docs

* Add unit tests for enabling or disabling an eventBridge rule
2021-08-21 23:16:48 +02:00
Karim Kanso
7e9bfd63fc
fix(AWS HTTP API): Always allow to define catch-all route (#9840) 2021-08-20 10:27:48 +02:00
Piotr Grzesik
0ca6aaae52 fix(AWS HTTP API): Properly handle authorizer function with alias 2021-08-16 16:07:37 +02:00
Han Sang Hoon (한상훈)
5c9ca56d14
feat(AWS Lambda): Add support for multiple subscription filters (#9760) 2021-08-12 11:04:26 +02:00
Piotr Grzesik
dc74f41470 fix(AWS Layers): Support references to external layers 2021-08-11 15:03:27 +02:00
Piotr Grzesik
0e01d9e337 refactor(AWS API Gateway): Adjust deprecation for identitySource 2021-08-11 13:34:35 +02:00
Piotr Grzesik
378a8f426d refactor(AWS API Gateway): Deprecate default identitySource 2021-08-10 16:51:51 +02:00
Lewis Putz
f0ae032252
fix(AWS API Gateway): Ensure MinimumCompressionSize can be 0 (#9806) 2021-08-06 10:13:22 +02:00
Karim Kanso
d2754594c4
fix(AWS API Gateway): Ensure to attach validator when required (#9793) 2021-08-04 12:49:22 +02:00
Piotr Grzesik
6f494888cc feat(AWS CloudFormation): Allow to disable default export names 2021-07-15 12:11:11 +02:00
Daniele Iasella
3e14f06305
feat(AWS Lambda): Add support for SASL/PLAIN auth to kafka event 2021-07-01 18:04:46 +02:00