7594 Commits

Author SHA1 Message Date
Mike Fogel
9e32dc40bc
chore: Improve deprecation warning related to .env files (#8926) 2021-02-11 11:44:27 +01:00
ifitzsimmons
134db21ed2
refactor: Use async/await in lib/plugins/aws/invokeLocal. (#8876) 2021-02-09 15:32:38 +01:00
ifitzsimmons
c5ba682a6b
refactor: Use async/await in events/apiGateway. (#8869) 2021-02-09 15:28:48 +01:00
Frédéric Barthelet
5fa51dc53d
feat(Templates): Update aws-nodejs-typescript for nodejs14.x 2021-02-09 09:24:44 +01:00
Juanjo Diaz
006557d847
refactor: Use standalone ServerlessError. (#8897) 2021-02-09 09:20:55 +01:00
Piotr Grzesik
c5639d21ea fix(AWS Lambda): Ensure proper normalization of ecr repo name 2021-02-08 11:47:05 +01:00
ifitzsimmons
f95971d22b
refactor: Use async/await in lib/plugins. (#8875) 2021-02-08 11:40:42 +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
Piotr Grzesik
053bcc7624 fix: Properly resolve local version 2021-02-08 11:06:36 +01:00
Piotr Grzesik
816394c6e5 fix(AWS Deploy): Gracefully handle denied access to ecr 2021-02-05 20:56:05 +01:00
Mariusz Nowak
ab77a11e13 fix: Handle gently npm response errors 2021-02-05 15:38:04 +01:00
subash adhikari
8799cbbae7
feat(AWS Lambda): Add support for nodejs14.x runtime (#8894) 2021-02-04 12:31:25 +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
ifitzsimmons
3c93e2a534
refactor: Use async in aws/package/compile/events (#8873)
Covered the following paths:
* `lib/plugins/aws/package/compile/events/*.js`
* `lib/plugins/aws/package/compile/events/alb`
* `lib/plugins/aws/package/compile/events/lib`
* `lib/plugins/aws/package/compile/events/s3`
2021-02-03 10:06:15 +01:00
ifitzsimmons
489affcb52
refactor: Use async in lib/plugins/aws/lib (#8872)
Covered the following paths:
* lib/plugins/aws/lib
2021-02-03 09:54:30 +01:00
Piotr Grzesik
11fb14115e fix: Properly handle error if Java bridge is not present 2021-02-02 16:02:31 +01:00
Piotr Grzesik
785f97b1a9 feat(AWS Lambda): Add ability to customize file for Dockerfile 2021-02-02 10:20:53 +01:00
Mariusz Nowak
31f73cead3 refactor: Pass __isInvokedByGlobalInstallation with constructor config
Thanks to that we can prevent programmatic usage deprecations as invoked in constructor, when constructor is intialized by global CLI
2021-02-02 08:53:24 +01:00
Mariusz Nowak
77c7d55f62 refactor: Prefix private property with "_" 2021-02-02 08:53:24 +01:00
Mariusz Nowak
fa626a8e22 fix(CLI): Ensure to not diplay programmatic use deprecation 2021-02-02 08:53:24 +01:00
Piotr Grzesik
e0bc57ab1f feat(Config Schema): Filter out duplicate error messages 2021-01-29 13:59:43 +01:00
Piotr Grzesik
297c22972e fix(AWS Lambda): Add schema dependencies for image config 2021-01-29 13:59:43 +01:00
Piotr Grzesik
fd9b26a9e8 feat(Templates): Add aws-python-docker template 2021-01-28 17:22:56 +01:00
Piotr Grzesik
1a0390b597 feat(Templates): Add aws-nodejs-docker template 2021-01-28 16:20:14 +01:00
Piotr Grzesik
e79f906b9f fix(Templates): Ensure that .gitignore is packaged for templates 2021-01-28 15:51:55 +01:00
Frédéric Barthelet
b753641b07
fix(Templates): Fix handler path resolution in aws-nodejs-typescript 2021-01-28 14:41:14 +01:00
frozenbonito
ec12a2be0a
fix(Config Schema): Add type to logRetentionInDays (#8844) 2021-01-28 14:21:34 +01:00
Mariusz Nowak
9b7315f080 fix(CLI): Fix resolution of service path with nested config involved 2021-01-26 16:25:19 +01:00
Mariusz Nowak
3c9b8189f2 refactor: Remove inaccurate comment 2021-01-26 16:25:19 +01:00
Piotr Grzesik
f6c5427b0f chore: Bump @serverless/utils to "v3.0.0" 2021-01-26 16:23:31 +01:00
Piotr Grzesik
6f9824abac refactor: Remove obsolete getLocalAccessKey util 2021-01-26 16:23:31 +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
frozenbonito
90d9fc2b5f
fix(AWS CloudFront): Fix origin object schema (#8827) 2021-01-26 12:44:38 +01:00
Piotr Grzesik
847aa9ca7f fix(Packaging): Proper exclusion of dependencies across platforms 2021-01-26 11:36:03 +01:00
frozenbonito
0839b5862c
feat(AWS CloudFront): Support CF functions for origin and domain 2021-01-26 11:20:23 +01:00
lewgordon
ff605018a7
feat(AWS Lambda): Add support for self-managed kafka event 2021-01-25 21:41:51 +01:00
Mariusz Nowak
cd5a739265 fix(CLI): Fix resolution of "--config=<configPath>" format 2021-01-25 13:15:51 +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
Sudipto Das
9abe9db27f
refactor: Replace fse.exists with fs.promises.access (#8788) 2021-01-24 14:31:08 +01:00
Mariusz Nowak
dc9f1809d1 refactor: Rely on external isHelpRequest CLI util 2021-01-22 14:57:10 +01:00
Mariusz Nowak
8f3481e42a refactor: Improve var naming 2021-01-22 14:57:10 +01:00
Mariusz Nowak
f274cd7637 refactor: Seclude configuration parse from internals 2021-01-22 14:57:10 +01:00
Mariusz Nowak
66f289836d refactor: Ensure no side effects from config properties 2021-01-22 14:57:10 +01:00
Mariusz Nowak
20e2c00e1d refactor: Move internal configuration resolution to init method 2021-01-22 14:57:10 +01:00
Mariusz Nowak
ee3dd0a6bc refactor: Refactor to async/await 2021-01-22 14:57:10 +01:00
Mariusz Nowak
97d544be82 refactor: Refactor to async/await 2021-01-22 14:57:10 +01:00
Mariusz Nowak
0b4b4bbc35 refactor: Refactor to async/await 2021-01-22 14:57:10 +01:00
Mariusz Nowak
813f7d3dbe fix: Ensure to report validation errors with ServerlessError 2021-01-22 14:57:10 +01:00