Juanjo Diaz
7c0ceb5c4a
refactor: Remove bluebird from lib/plugins/interactiveCli ( #9029 )
2021-03-01 11:54:18 +01:00
Juanjo Diaz
0fb0f43919
refactor: Remove bluebird from lib/plugins/package ( #9028 )
2021-03-01 11:44:49 +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
Juanjo Diaz
258543ab6e
refactor: Remove bluebird from lib/plugins/create ( #8996 )
2021-02-26 09:02:12 +01:00
Juanjo Diaz
9e79602972
refactor: Remove bluebird from lib/plugins/plugin ( #8984 )
2021-02-25 08:46:50 +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
AlinoeDoctari
4e0599571a
refactor(AWS Deploy): Rely on provider.request for AWS SDK calls ( #8913 )
2021-02-24 14:24:23 +01:00
Nick Hammond
e0504406ea
feat(Templates): Support TS path mapping in aws-nodejs-typescript
...
(PR #8968 )
2021-02-23 15:47:19 +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
Mariusz Nowak
4f64e560b9
fix: Display version related deprecations only with functions
2021-02-22 16:58:19 +01:00
Piotr Grzesik
265b9b80f5
fix: Correctly define print hook ( #8979 )
2021-02-22 16:25:23 +01:00
Juanjo Diaz
8fead7f39e
refactor: Remove bluebird from top-level lib/plugins ( #8973 )
2021-02-22 10:16:34 +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
deed53449f
fix(Templates): Ensure that gradle-wrapper.jar is not excluded
2021-02-19 11:14:28 +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
Mariusz Nowak
300e3a92d5
fix(AWS Deploy): Ensure to handle artifact stream read errors
2021-02-16 13:50:47 +01:00
Tim McEwan
8b391884cc
chore(Templates): Remove unused deps in aws-nodejs-typescript ( #8946 )
2021-02-16 10:29:55 +01:00
Gareth Jones
7213d1d4f8
refactor: Remove unneeded split in getHttp ( #8939 )
2021-02-15 09:28:48 +01:00
Piotr Grzesik
769214cb2a
feat(Templates): Add a simple README for plugin template
2021-02-12 15:44:18 +01:00
Piotr Grzesik
410f0ec3b5
feat(Templates): Add package.json to plugin template
2021-02-12 15:44: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
Alex Mitchell
0f113d4609
docs(Templates): Update node version for aws-nodejs-typescript( #8928 )
2021-02-11 12:10:03 +01:00
g-awa
5302b91760
fix(Templates): Fix types handling in aws-nodejs-typescript ( #8929 )
2021-02-11 11:50:15 +01:00
Piotr Grzesik
4c7479283c
fix(AWS Lambda): Properly resolve SHA for repo with slashes
2021-02-11 11:44:54 +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
816394c6e5
fix(AWS Deploy): Gracefully handle denied access to ecr
2021-02-05 20:56:05 +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
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
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