4739 Commits

Author SHA1 Message Date
Mariusz Nowak
68c2a084f9 fix(Packaging): Do not report hashing deprecations for container lambdas 2021-06-21 17:31:50 +02:00
Corentin Doue
54da80e264
fix(AWS Invocation): Fix resolution of options with non-AWS provider (#9602) 2021-06-18 10:22:21 +02:00
Piotr Grzesik
42690a7352
feat(AWS S3): Support CF functions for bucket event property (#9617) 2021-06-17 14:31:10 +02:00
Nyambayar Turbat
87ce28ee4e
feat(AWS HTTP API): Support payload version per function (#9551) 2021-06-16 16:17:56 +02:00
arunkc
f4c9b58b10
fix(AWS Cognito): Correct logicalIds based on triggers (#9592)
* fix: strips nonalphanumerical characters

* fix: strips nonalphanumerical characters

* test: strips nonalphanumerical characters

* test: strips nonalphanumerical characters

* fix: prettier check
2021-06-14 14:00:28 +02:00
Mariusz Nowak
f009679bdd refactor: Remove no longer applicable comments 2021-06-11 10:14:15 +02:00
Piotr Grzesik
a116dfec22 fix(AWS API Gateway): Dont create logGroup if logs disabled 2021-06-07 16:50:30 +02:00
Piotr Grzesik
716b31216e refactor: Use download from @serverless/utils 2021-05-24 11:37:54 +02:00
Mariusz Nowak
c265905f51
refactor(Telemetry): Improve AWS stack error codes (#9510) 2021-05-24 09:34:08 +02:00
Mariusz Nowak
bbff0290db fix(AWS Local Invocation): Fix invalid result handling 2021-05-21 14:30:43 +02:00
Mariusz Nowak
aa8f7bec1c refactor: Do not rely on serverless.yamlParser 2021-05-20 13:38:43 +02:00
Mariusz Nowak
18a9b2b6f5 fix(AWS Deploy): Fix stack errors processing 2021-05-20 13:38:43 +02:00
Piotr Grzesik
29f0e9c840 fix: Dont depend on default execution role when custom role provided 2021-05-19 17:08:55 +02:00
Mariusz Nowak
a6f4dc3b2b refactor: Improve granularity of stack deployment error codes 2021-05-19 13:16:42 +02:00
Mariusz Nowak
a46abe3d56 refactor: Ensure to propagate as is stack monitoring error 2021-05-19 13:16:42 +02:00
Mariusz Nowak
f87aee268d fix: Do not stumble on missing resource properties 2021-05-19 13:16:42 +02:00
Mariusz Nowak
c563581ac9 refactor: Construct user errors with ServerlessError 2021-05-19 13:16:42 +02:00
Mariusz Nowak
277d66c75b test(AWS Local Invocation): Move fixtures to test folder 2021-05-19 13:16:42 +02:00
Mariusz Nowak
91b10ed208 refactor(Telemetry): Remove dead path error handling 2021-05-19 13:16:42 +02:00
Mariusz Nowak
a2297ee916 fix(AWS Local Invocation): Report invalid handler path meaningfully 2021-05-19 13:16:42 +02:00
Mariusz Nowak
8f3d4e4bdb fix: Expose remote lambda invocation failure as user error 2021-05-19 13:16:42 +02:00
Mariusz Nowak
07b60a6bb4 fix: Expose template errror with user error 2021-05-19 13:16:42 +02:00
Mariusz Nowak
f4cfcbb1a3 style: Whitespace 2021-05-19 13:16:42 +02:00
lyndoh
5601025dd8
fix(AWS API Gateway): Fix schema for apiKeys and permissionsBoundary 2021-05-18 09:48:47 +02:00
Mariusz Nowak
7864f4d28d refactor(CLI Onboarding): Seclude from internal Framework logic 2021-05-12 12:41:30 +02:00
Mariusz Nowak
b915cc4671 refactor: Refactor isNpmPackageWritable to not depend on serverless 2021-05-12 12:41:30 +02:00
Corentin Doue
9cc05ad2f6
feat(Templates): Add google-nodejs-typescript template (#9445) 2021-05-12 11:02:44 +02:00
Piotr Grzesik
56f85874c6 fix(AWS API Gateway): Support Fn::Split for vpcEndpointIds schema 2021-05-11 09:47:18 +02:00
Piotr Grzesik
277f4e8e9c fix(AWS Lambda): Ensure that docker image is build and pushed only once 2021-05-10 13:38:48 +02:00
Piotr Grzesik
59fd478550 refactor: Use object-param for resolveImageUriAndShaFromPath 2021-05-10 13:38:48 +02:00
Mariusz Nowak
8d56d0e520 style: Prettier 2021-05-10 13:07:44 +02:00
Jaakko Lappalainen
9e558eefd6
feat(AWS Lambda): Deprecate nodejs12.x as default runtime (#9416) 2021-05-10 09:40:57 +02:00
Zach Whaley
40e56fc0e9
fix(Packaging): Fix support of the artifact S3 uri with region (#9411) 2021-05-09 21:21:19 +02:00
lyndoh
ec909452b5
feat(AWS API Gateway): Support disabling default endpoint (#9404) 2021-05-06 18:01:46 +02:00
Nicholas Wehr
078ec59058
feat(AWS Lambda): Add ecr.scanOnPush configuration option (#9379) 2021-05-06 11:09:16 +02:00
Piotr Grzesik
7338358126 fix: Fix schema for Fn::Split for vpc config 2021-05-04 15:52:36 +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
Filip Golonka
80511a4b17
fix(AWS HTTP API): Ensure to apply tags to stage (#9407) 2021-05-03 09:50:46 +02:00
Stephen
360925d2e0
fix(AWS S3): Fix parsing of the artifact S3 url (#9380) 2021-04-30 09:33:32 +02:00
Piotr Grzesik
a05e88d92e fix(AWS API Gateway): Ensure unique name for request validator 2021-04-28 12:08:37 +02:00
YErii
543423d869
feat(Templates): Update dependencies for cloudflare template (#9373) 2021-04-27 17:47:59 +02:00
Android3000
c8adc0c796
feat(AWS IAM): Support provider.iam.role.path (#9363) 2021-04-27 12:24:04 +02:00
Piotr Grzesik
81f0858cc9 refactor: Add code to ServerlessError in lib/plugins 2021-04-23 13:34:20 +02:00
Piotr Grzesik
fbf0ed30e9 refactor: Add code to ServerlessError in lib/plugins/aws 2021-04-23 13:34:20 +02:00
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
Mariusz Nowak
2967065bc7 fix(API): Ensure config.servicePath is config.serviceDir live alias 2021-04-21 17:14:27 +02:00
Mariusz Nowak
40fddcc0ee fix(CLI): Ensure to recognize interactive CLI command properly 2021-04-20 15:41:26 +02:00
Piotr Grzesik
d3ecb7cc3b feat(Telemetry): Record all commands and send only on deploy 2021-04-19 16:18:24 +02:00
Piotr Grzesik
bd4e792594 refactor(Telemetry): Rename report to storeLocally 2021-04-19 16:18:24 +02:00