Features
- AWS ALB: Support
functions[].events[].alb.targetGroupName
(#9222) (2cb8160) (Gabriel Plassard) - Support
Fn::Split
forvpc
properties (#9266) (19805d7) (Frédéric Barthelet)
Bug Fixes
- AWS API Gateway:
- Correctly recognize
type
forauthorizerId
(#9300) (ef25d68) (Piotr Grzesik) - Deprecate invalid
apiGateway
settings (#9238) (bca46e5) (Jaakko Lappalainen)
- Correctly recognize
- AWS IAM: Deprecate
iam.role.permissionBoundary
in favor ofiam.role.permissionsBoundary
(#9318) (d1c3b3f) (Android3000) - AWS Local Invocation:
- Allow optional
package.artifact
forjava
(#9320) (924a698) (Yuji Yamano) - Do not build Java bridge if
artifact
missing (#9280) (5392a7d) (Yuji Yamano)
- Allow optional
- CLI:
- Ensure to respect
disabledDeprecations
config options (#9298) (05635c5) (Mariusz Nowak) - Recognize
--aws-profile
option by schema (#9324) (014ff94) (Mariusz Nowak)
- Ensure to respect
- Plugins: Prevent variables resolution with
plugin
command (#9298) (8ac2706) (Mariusz Nowak) - Variables:
- Clear escape slashes (#9327) (c63244c) (Mariusz Nowak)
- Fix file access error message generation (#9281) (6dd3996) (Mariusz Nowak)
Maintenance Improvements
- AWS Credentials: Remove undocumented
provider.credentials
(#9287) (d26e2ae) (Piotr Grzesik) - CLI: Validate service dependency in CLI context (#9298) (088088c) (Mariusz Nowak)
- Variables:
- Use
serviceDir
option as replacement forservicePath
(#9307) (712a569) (Mariusz Nowak) - Testing purpose variable resolution util (#9281) (a2f1808) (Mariusz Nowak)
- Use
- Telemetry:
- Rename
analytics
totelemetry
(#9310) (d667111) (Piotr Grzesik) - Send all payloads with single request (#9304) (278935d) (Piotr Grzesik)
- Record all commands and send only on deploy (#9323) (d3ecb7c) (Piotr Grzesik)
- Rename
- Introduce
serviceDir
andconfigurationFilename
(#9307) (fc3a439) (Mariusz Nowak) - Refactor constructor to accept new service configuration options (#9307) (c02cd06) (Mariusz Nowak)
- Mark functions
async
inplugins/aws/remove
(#9284) (0bdb7d8) (Jaakko Lappalainen) - Refactor
aws
provider tests for prefixes (#9301) (196776c) (AlinoeDoctari) - Remove
config.update
usage (#9307) (7fb55b6) (Mariusz Nowak) - Remove support for internal
noDeploy
option (#9281) (688d09b) (Mariusz Nowak) - Rename
servicePath
vars toserviceDir
(#9307) (e8c8f1c) (Mariusz Nowak) - Replace
config.servicePath
withservice.dir
(#9307) (87d3802) (Mariusz Nowak)