Features
- AWS Lambda: Support
disableLogs
setting for functions, to disable generation of log group resources (#7720) (3144be8) (Ahmad Mahmoud Mohammad) - Support
provider.stackParameters
for configuring CloudFormation deployment Parameters (#7677) (a0a43a6) (Nikody Keating)
Bug Fixes
- AWS API Gateway:
- Fix handling of stage specific settings when nested stacks are involved (#7735) (cf1692f) (Mariusz Nowak)
- Improve stage settings preliminary configuration and validation (#7735) (e472a04) (Mariusz Nowak)
- AWS CloudFront: Ensure Lambda@Edge setup comes with no VPC configuration or environment variables set (#7721) (a1472ba) (Ahmad Mahmoud Mohammad)
- AWS IAM: Remove IAM role from function's
DependsOn
section (#7722) (d8222fa) (Ahmad Mahmoud Mohammad) - CLI: Reject multitple
--config
params (#7728) (ca2a73f) (Ahmad Mahmoud Mohammad)
Maintenance Improvements
- Upgrade
fs-extra
to v8 (#7719) (c106d53) (Kenan Christian Dimas)