Piotr Grzesik
1cb6a2ff2d
refactor: Remove legacy logs
2022-01-27 15:21:58 +01:00
Mariusz Nowak
b5069ef8cb
feat(CLI): Deprecate support for deploy -f alias
2022-01-27 15:21:58 +01:00
Piotr Grzesik
59116758c9
feat(AWS Lambda): Remove support for awsKmsKeyArn setting
...
BREAKING CHANGE: Properties `service.awsKmsKeyArn` and
`functions[].awsKmsKeyArn` are no longer supported. Use `provider.kmsKeyArn`
and `functions[].kmsKeyArn` instead.
2022-01-27 15:21:58 +01:00
Piotr Grzesik
0190d0df05
fix(AWS Deploy): Check for VPC config change in deploy function
2021-12-22 15:58:47 +01:00
Piotr Grzesik
d52526bb60
feat(AWS Deploy): Ensure consistent function state in deploy function
2021-11-30 15:34:37 +01:00
Mariusz Nowak
44484903b3
refactor(CLI): Improve file size output in logs
2021-10-27 16:39:09 +02:00
Piotr Grzesik
4da0899673
refactor(CLI): Replace warnings with modern counterparts
2021-10-15 11:09:35 +02:00
Mariusz Nowak
8c9bd4a6ed
refactor(CLI): Adapt pre-created log style generators
2021-09-23 16:34:12 +02:00
Mariusz Nowak
10df2e5300
feat(CLI): Modern verbose logs for deploy function command
2021-09-22 16:36:24 +02:00
Mariusz Nowak
4d42ce3fa4
feat(CLI): Modern logs for deploy function command
2021-09-22 16:36:24 +02:00
Mariusz Nowak
c563581ac9
refactor: Construct user errors with ServerlessError
2021-05-19 13:16:42 +02:00
Mariusz Nowak
8d56d0e520
style: Prettier
2021-05-10 13:07:44 +02:00
Piotr Grzesik
2c7f024a57
fix(AWS Deploy): Dont update vpc during deploy function if uses CF
2021-05-04 15:52:36 +02:00
Piotr Grzesik
fbf0ed30e9
refactor: Add code to ServerlessError in lib/plugins/aws
2021-04-23 13:34:20 +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
Mariusz Nowak
aa7b66a66c
fix(AWS Deploy): Fix deploy function command error handling
2021-03-11 16:55:19 +01:00
Mariusz Nowak
a7d2cf0605
refactor(AWS Deploy): Minimize try/catch wrap
2021-03-11 16:55:19 +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
Dmitry Shirokov
12805c3d15
refactor: Custom execution role getter ( #8824 )
2021-01-25 13:11:54 +01:00
ifitzsimmons
8a92be9be3
feat: Support kmsKeyArn for deploy function
2021-01-24 20:12:05 +01:00
Piotr Grzesik
9a5553742a
feat(AWS Lambda): Add support for image config ( #8778 )
2021-01-21 11:51:09 +01:00
Piotr Grzesik
420e93740f
fix(AWS Lambda): Ensure function update works when image used ( #8786 )
2021-01-20 18:33:31 +01:00
Piotr Grzesik
789c2e35ab
feat(AWS Lambda): Add support for building Docker images ( #8725 )
2021-01-18 11:32:33 +01:00
Mariusz Nowak
cf7b25e458
style: Upgrade "prettier" to v2
2021-01-04 16:21:24 +01:00
Piotr Grzesik
91c61dd61f
docs: Explanation why deployFunction doesn't have to resolve images
2020-12-30 16:10:26 +01:00
Juanjo Diaz
84d423d3be
refactor: Convert to native Promise and async/await ( #8593 )
2020-12-16 17:22:37 +01:00
Mariusz Nowak
ab90afa72d
refactor: Normalize module path
2020-12-14 15:16:31 +01:00