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 |
|
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 |
|
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 |
|
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 |
|
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
|
1833894856
|
fix(Standalone): Ensure proper resolution of runtime wrappers
|
2021-01-22 14:23:25 +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
|
533106515e
|
fix: Complete async refactor for aws/deploy and customResources
|
2021-01-20 13:43:07 +01:00 |
|
Cem Enson
|
4a30bb1e5b
|
fix(AWS API Gateway): Correctly set throttle when quota missing
|
2021-01-20 09:01:14 +01:00 |
|
ifitzsimmons
|
c45f661178
|
refactor: Mark functions async in aws/customResources and aws/deploy
|
2021-01-19 21:36:18 +01:00 |
|
Igor Omelchenko
|
03847769cd
|
fix(AWS API Gateway): Silence timeout warning for async: true (#8748)
|
2021-01-19 13:24: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
|
d8bda1edb7
|
fix(AWS Lambda): Ensure ECR repository name is lowercased
|
2021-01-18 12:19:40 +01:00 |
|
Piotr Grzesik
|
789c2e35ab
|
feat(AWS Lambda): Add support for building Docker images (#8725)
|
2021-01-18 11:32:33 +01:00 |
|
Ben Scholzen
|
c3a61e234b
|
fix(AWS CloudFront): Fix check for deprecated CacheBehavior properties
|
2021-01-15 18:32:34 +01:00 |
|
Mariusz Nowak
|
6c67cd7f07
|
fix(AWS CloudFront): Fix deprecations visibility
|
2021-01-14 12:46:41 +01:00 |
|
Dmitry Shirokov
|
4afdb8314b
|
refactor: Abstract resolution of deployment role (#8751)
|
2021-01-14 12:14:33 +01:00 |
|
Piotr Grzesik
|
c3f59e4d78
|
refactor: Seclude ensureExists util
|
2021-01-12 11:53:37 +01:00 |
|
Dmitry Shirokov
|
77e1a6a302
|
refactor: Cleanup mergeIamTemplates module (#8736)
|
2021-01-12 09:23:46 +01:00 |
|
Mariusz Nowak
|
87790e50bd
|
refactor: Seclude ServerlessError into lib/serverless-error.js
|
2021-01-11 19:39:42 +01:00 |
|
Dmitry Shirokov
|
2b7568a960
|
refactor: Typos in schema (#8735)
|
2021-01-10 16:42:20 +01:00 |
|
Frédéric Barthelet
|
2efc3570c9
|
refactor: Use @serverless/utils for cloudformationSchema (#8705)
|
2021-01-06 12:01:02 +01:00 |
|
Rohit Gohri
|
b093609f79
|
fix(Config Schema): Improve AWS tags validation
|
2021-01-05 09:39:34 +01:00 |
|
Mariusz Nowak
|
b14338332c
|
refactor: Upgrade "js-yaml" to v4
|
2021-01-04 21:54:43 +01:00 |
|
Mariusz Nowak
|
dde9b85965
|
refactor: Improve var naming
|
2021-01-04 21:54:43 +01:00 |
|
Mariusz Nowak
|
cf7b25e458
|
style: Upgrade "prettier" to v2
|
2021-01-04 16:21:24 +01:00 |
|
Frédéric Barthelet
|
7d80245839
|
feat: AWS iotFleetProvisioning event support (#8324)
|
2021-01-04 11:09:02 +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
|
91c61dd61f
|
docs: Explanation why deployFunction doesn't have to resolve images
|
2020-12-30 16:10:26 +01:00 |
|
Raymond van der Straten
|
bf418ac6ca
|
fix(AWS Lambda): Permissions on lambda layer retained
|
2020-12-30 12:38:24 +01:00 |
|
Piotr Grzesik
|
68b7ed5089
|
feat(AWS Lambda): Support referencing images with tags
|
2020-12-29 15:45:19 +01:00 |
|
Mariusz Nowak
|
120bfb7c02
|
fix(AWS CloudFront): Ensure to describe resolved stage in comment
|
2020-12-29 15:06:58 +01:00 |
|