Features
- AWS IAM: Group IAM-related settings under
provider.iam
(#8701) (9ad4d07) (Dmitry Shirokov)
Bug Fixes
- AWS Deploy: Ensure to handle artifact stream read errors (#8948) (300e3a9) (Mariusz Nowak)
- AWS Lambda: Properly resolve SHA for repo with slashes (#8918) (4c74792) (Piotr Grzesik)
- Reject non normative configuration structure (#8927) (8bd4314) (Mariusz Nowak)
Maintenance Improvements
- CLI:
- Rely on new CLI args parser (#8927) (9e059d0) (Mariusz Nowak)
- Remove internal CLI arguments parsing (#8927) (16950d0) (Mariusz Nowak)
- Move deprecation report to
init
phase (#8927) (1eaa626) (Mariusz Nowak)
- Use
async/await
inevents/apiGateway
. (#8869) (c5ba682) (ifitzsimmons) - Use
async/await
inlib/plugins/aws/invokeLocal
. (#8876) (134db21) (ifitzsimmons) - Remove unneeded
split
ingetHttp
(#8939) (7213d1d) (Gareth Jones) - Use standalone
ServerlessError
. (#8897) (006557d) (Juanjo Diaz) - Patch handling of
isInvokedByGlobalInstallation
flag (#8927) (21c9f26) (Mariusz Nowak)
Templates
- Add
package.json
toplugin
template (#8933) (410f0ec) (Piotr Grzesik) - Update
aws-nodejs-typescript
fornodejs14.x
(#8914) (5fa51dc) (Frédéric Barthelet) - Fix types handling in
aws-nodejs-typescript
(#8929) (5302b91) (g-awa) - Fix statement in
.npmignore
to handle.gitignore
(#8947) (d0c0879) (Piotr Grzesik)