53 Commits

Author SHA1 Message Date
Android3000
d1c3b3fbac
fix(AWS IAM): Deprecate 'iam.role.permissionBoundary' (#9318) 2021-04-19 13:36:58 +02:00
Mariusz Nowak
87d380275b refactor: Replace config.servicePath with service.dir 2021-04-16 13:32:13 +02:00
Frédéric Barthelet
19805d71ea
feat: Support Fn::Split for vpc properties (#9266) 2021-04-13 15:56:27 +02:00
Piotr Grzesik
d26e2ae4b8 refactor(AWS Credentials): Remove undocumented provider.credentials 2021-04-13 09:04:57 +02:00
Piotr Grzesik
fce73ad4df fix(AWS HTTP API): Adjust schema for correct typescript generation 2021-04-09 10:50:22 +02:00
Nicholas Wehr
341a886874
feat(AWS Lambda): Add support for cacheFrom to images (#9251) 2021-04-08 10:56:24 +02:00
Nicholas Wehr
efd32d4725
feat(AWS Lambda): Add support for buildArgs to images (#9198) 2021-04-07 09:33:08 +02:00
Mariusz Nowak
2011649537 refactor: Remove injustified "eslint-disable" comments 2021-04-02 15:05:03 +02:00
Mariusz Nowak
9793c506ec fix(Packaging): Recognize layers[].package.patterns 2021-04-02 13:28:40 +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
37d03b6888 feat(AWS HTTP API): Add support for custom Lambda authorizers 2021-03-29 16:38:55 +02:00
Juanjo Diaz
e1678fb1c6
feat(Packaging): Deprecate include & exclude in favor of patterns
(PR #8581)
2021-03-26 11:33:58 +01:00
Piotr Grzesik
14f5743846 feat(AWS Lambda): Do not require all image properties 2021-03-24 21:13:43 +01: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
Mariusz Nowak
3e983f347a fix: Bring back "provider.sdk" property, to not break plugins 2021-03-16 17:54:00 +01:00
Mariusz Nowak
41df6fbee2 fix(AWS Credentials): Fix credentials resolution (right way) 2021-03-16 14:58:54 +01:00
Mariusz Nowak
6f8b5b41eb fix(AWS Credentials): Fix credentials resolution 2021-03-16 13:58:57 +01:00
Piotr Grzesik
4cd629ac44 fix(AWS Lambda): Ensure correct schema for vpc definition 2021-03-16 13:58:44 +01:00
AlinoeDoctari
5fb85d36c8
refactor: Seclude AWS request util from internals (#8850) 2021-03-12 15:27:49 +01:00
Yahia Kerim
82bf35c1b9
fix(AWS IAM): Allow iam.role to use awsLambdaRole definition (#9094) 2021-03-09 17:21:04 +01:00
Dave Lowther
5f5d2e580e
fix(Config Schema): Support CF functions for managed policies (#9089) 2021-03-09 09:38:42 +01:00
Sam Lyon
0f631f7bd1
feat(Config Schema): Accept accountId as policy principal 2021-03-08 21:13:08 +01:00
Dmitry Shirokov
42a1cdb6f1
feat(AWS IAM): Allow tags parameter on lambda execution role (#9039) 2021-03-08 11:04:32 +01:00
Piotr Grzesik
55abaaf6d5 refactor: Revert bluebird from lib/plugins/aws
This reverts commit b11171c70c8f5597e2644f7ea8ec82a17a9eee29.
2021-03-04 11:06:44 +01:00
Juanjo Diaz
b11171c70c
refactor: Remove bluebird from lib/plugins/aws (#9054) 2021-03-03 09:29:51 +01:00
Mariusz Nowak
6c4beb64ee fix(AWS Credentials): Fix unrecognized profile error reporting 2021-03-02 16:59:06 +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
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
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
Piotr Grzesik
4c7479283c fix(AWS Lambda): Properly resolve SHA for repo with slashes 2021-02-11 11:44:54 +01:00
Juanjo Diaz
006557d847
refactor: Use standalone ServerlessError. (#8897) 2021-02-09 09:20:55 +01:00
ifitzsimmons
efbaf00b33
refactor: Use async/await in lib/plugins/aws. (#8871)
Covered the following paths:
* Files put directly into `lib/plugins/aws`
2021-02-08 11:13:35 +01:00
subash adhikari
8799cbbae7
feat(AWS Lambda): Add support for nodejs14.x runtime (#8894) 2021-02-04 12:31:25 +01:00
Piotr Grzesik
785f97b1a9 feat(AWS Lambda): Add ability to customize file for Dockerfile 2021-02-02 10:20:53 +01:00
Piotr Grzesik
297c22972e fix(AWS Lambda): Add schema dependencies for image config 2021-01-29 13:59:43 +01:00
frozenbonito
ec12a2be0a
fix(Config Schema): Add type to logRetentionInDays (#8844) 2021-01-28 14:21:34 +01:00
Sam Stenvall
4dff8e53a6
fix: Fix AWS tags validation schema (#8766) 2021-01-26 14:55:52 +01:00
Dmitry Shirokov
12805c3d15
refactor: Custom execution role getter (#8824) 2021-01-25 13:11:54 +01:00
Piotr Grzesik
9a5553742a
feat(AWS Lambda): Add support for image config (#8778) 2021-01-21 11:51:09 +01:00
Piotr Grzesik
e4f368ced9 fix(AWS Lambda): Ensure to attempt ECR login on expired token 2021-01-18 17:44:26 +01:00
Piotr Grzesik
789c2e35ab
feat(AWS Lambda): Add support for building Docker images (#8725) 2021-01-18 11:32:33 +01:00
Dmitry Shirokov
4afdb8314b
refactor: Abstract resolution of deployment role (#8751) 2021-01-14 12:14:33 +01:00
Dmitry Shirokov
2b7568a960
refactor: Typos in schema (#8735) 2021-01-10 16:42:20 +01:00
Rohit Gohri
b093609f79
fix(Config Schema): Improve AWS tags validation 2021-01-05 09:39:34 +01:00
Mariusz Nowak
cf7b25e458 style: Upgrade "prettier" to v2 2021-01-04 16:21:24 +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
Piotr Grzesik
68b7ed5089 feat(AWS Lambda): Support referencing images with tags 2020-12-29 15:45:19 +01:00
Piotr Grzesik
ef530506d5
feat(AWS Deploy): Introduce new version of hashing algorithm (#8661) 2020-12-28 12:31:18 +01:00