76 Commits

Author SHA1 Message Date
Jacques
154351f1a5
fix(AWS API Gateway): Create one request validator and reuse (#9319) 2021-04-22 11:59:17 +02:00
Joseph Cha
7e139bb013
feat(AWS CloudFormation): Add default export names to outputs (#9313) 2021-04-22 11:45:57 +02:00
Android3000
d1c3b3fbac
fix(AWS IAM): Deprecate 'iam.role.permissionBoundary' (#9318) 2021-04-19 13:36:58 +02:00
Mariusz Nowak
10f956777c test: Rename servicePath to serviceDir 2021-04-16 13:32:13 +02:00
Mariusz Nowak
87d380275b refactor: Replace config.servicePath with service.dir 2021-04-16 13:32:13 +02:00
Piotr Grzesik
ef25d68137 fix(AWS API Gateway): Correctly recognize type for authorizerId 2021-04-14 10:48:01 +02:00
Gabriel Plassard
2cb81608c8
feat(AWS ALB): Support functions[].events[].alb.targetGroupName (#9222) 2021-04-12 17:47:01 +02:00
Mariusz Nowak
2d1b56b59f test: Upgrade to new runServerless version 2021-04-09 16:10:21 +02:00
Piotr Grzesik
dac06c8ce6 fix(AWS API Gateway): Do not attempt to remove aws: tags during update 2021-04-08 14:15:11 +02:00
Mariusz Nowak
2011649537 refactor: Remove injustified "eslint-disable" comments 2021-04-02 15:05:03 +02:00
Mariusz Nowak
d4d1ffb754
test(AWS ALB): Improve test title 2021-04-02 13:25:30 +02:00
Piotr Grzesik
0a84f1c84e fix(AWS IAM): Support for CF functions for provider.iam.role 2021-03-31 12:36:11 +02:00
Piotr Grzesik
d3c6e4323b feat(AWS HTTP API): Add support for AWS IAM authorization 2021-03-30 11:34:31 +02:00
Piotr Grzesik
37d03b6888 feat(AWS HTTP API): Add support for custom Lambda authorizers 2021-03-29 16:38:55 +02:00
Sergii Kovalev
8c3e1be735
feat(AWS IAM): Add support for iam.role.name definition (#9166)
Co-authored-by: Sergii Kovalev <sergey@haftahave.com>
2021-03-24 09:43:38 +01:00
coyoteecd
e77a00dfff
fix(AWS IAM): Accept arn:${AWS::Partition} in function roles (#9103) 2021-03-15 16:49:03 +01:00
Dmitry Shirokov
42a1cdb6f1
feat(AWS IAM): Allow tags parameter on lambda execution role (#9039) 2021-03-08 11:04:32 +01:00
Vishnu Prassad
b2188a20d9
feat(AWS Stream): Add support for custom checkpoint (#9056) 2021-03-05 18:35:30 +01:00
ifitzsimmons
6e486b3eb1
refactor: Use async in lib/plugins/aws/package (#8870)
Covered the following paths:
* Files put directly into `lib/plugins/aws/package/compile`
* Files put directly into `lib/plugins/aws/package`
* `lib/plugins/aws/package/lib`

Made changes to tests where necessary.
2021-03-01 11:15:34 +01:00
Jeffrey McGuffee
aeb64fd3cc
feat(AWS API Gateway): Allow reuse and customization of schema models
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-02-26 12:25:07 +01:00
stuartforrest-infinity
13444caa28
feat(AWS EventBridge): Support for using native CloudFormation (#8437)
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-02-24 15:00:48 +01:00
yumei
9b030ad5f4
feat(AWS Deploy): Gently handle (strip) null's in CF template (#8975) 2021-02-24 14:42:13 +01:00
jay
9f5fd61009
feat(AWS HTTP API): Add ability to apply provider.tags (#8938)
Co-authored-by: j.muppala <j.muppala@samsung.com>
2021-02-23 10:50:59 +01:00
Zach Swanson
36c78c70d1
fix(AWS ALB): Conform to CF schema with multiple host header (#8965) 2021-02-19 15:01:32 +01:00
Piotr Grzesik
5057f9ab86 fix(AWS Lambda): Throw verbose error when referencing invalid layer 2021-02-17 14:17:55 +01:00
Guillaume Desvé
bebf3430b4
feat(AWS HTTP API): Support provider.httpApi.disableDefaultEndpoint (#8649) 2021-02-16 15:35:18 +01:00
Dmitry Shirokov
9ad4d07886
feat(AWS IAM): Group IAM-related settings under provider.iam (#8701) 2021-02-11 13:11:58 +01:00
ifitzsimmons
c5ba682a6b
refactor: Use async/await in events/apiGateway. (#8869) 2021-02-09 15:28:48 +01:00
Juanjo Diaz
006557d847
refactor: Use standalone ServerlessError. (#8897) 2021-02-09 09:20:55 +01:00
ifitzsimmons
61dd3bde8d
refactor: Use async in compile/events/websockets (#8874)
Covered the following paths:
* `lib/plugins/aws/package/compile/events/websockets`

Made changes to tests where necessary.
2021-02-03 10:13:20 +01:00
Sam Stenvall
4dff8e53a6
fix: Fix AWS tags validation schema (#8766) 2021-01-26 14:55:52 +01:00
Ben Scholzen
a108b761d0
fix(AWS CloudFront): Ensure unique names for cache policy
* Make CloudFrontCachePolicy names unique between services and stages - fixes #8818

* Add note to docs about new Cache Policy naming
2021-01-26 14:46:49 +01:00
lewgordon
ff605018a7
feat(AWS Lambda): Add support for self-managed kafka event 2021-01-25 21:41:51 +01:00
Piotr Grzesik
9a5553742a
feat(AWS Lambda): Add support for image config (#8778) 2021-01-21 11:51:09 +01:00
Cem Enson
4a30bb1e5b
fix(AWS API Gateway): Correctly set throttle when quota missing 2021-01-20 09:01:14 +01:00
Piotr Grzesik
789c2e35ab
feat(AWS Lambda): Add support for building Docker images (#8725) 2021-01-18 11:32:33 +01:00
caiobessa
a3648657cd
test: Refactor compile layers tests to use runServerless 2021-01-17 21:00:48 +01:00
Ben Scholzen
c3a61e234b
fix(AWS CloudFront): Fix check for deprecated CacheBehavior properties 2021-01-15 18:32:34 +01:00
Dmitry Shirokov
77e1a6a302
refactor: Cleanup mergeIamTemplates module (#8736) 2021-01-12 09:23:46 +01:00
Dmitry Shirokov
2b7568a960
refactor: Typos in schema (#8735) 2021-01-10 16:42:20 +01:00
Frédéric Barthelet
66aa66fbfe
refactor: Replace _.set with native assignment 2021-01-05 11:18:10 +01:00
Mariusz Nowak
cf7b25e458 style: Upgrade "prettier" to v2 2021-01-04 16:21:24 +01:00
Frédéric Barthelet
7d80245839
feat: AWS iotFleetProvisioning event support (#8324) 2021-01-04 11:09:02 +01:00
Frédéric Barthelet
eacae9a64d
feat(AWS API Gateway): Move api-specific keys to provider.apiGateway 2021-01-04 10:04:57 +01:00
Raymond van der Straten
bf418ac6ca fix(AWS Lambda): Permissions on lambda layer retained 2020-12-30 12:38:24 +01:00
Piotr Grzesik
68b7ed5089 feat(AWS Lambda): Support referencing images with tags 2020-12-29 15:45:19 +01:00
Mariusz Nowak
120bfb7c02 fix(AWS CloudFront): Ensure to describe resolved stage in comment 2020-12-29 15:06:58 +01:00
Piotr Grzesik
ef530506d5
feat(AWS Deploy): Introduce new version of hashing algorithm (#8661) 2020-12-28 12:31:18 +01:00
Santhos Baala, Ramalingam Santhanakrishnan
f9c8677ecc
feat(AWS API Gateway): Add HttpApiId to httpApi CF Outputs (#8664) 2020-12-23 11:32:19 +01:00
Piotr Grzesik
919b95f491 fix(Packaging): Allow to disable creation of default bucket policy
Closes #6923
2020-12-18 09:45:58 +01:00