Releases: seek-oss/aws-codedeploy-hooks
Releases · seek-oss/aws-codedeploy-hooks
@seek/[email protected]
@seek/[email protected]
Major Changes
-
Drop support for Node.js 18 (#140)
This aligns with
@seek/logger
10. The minimum supported version is now Node.js 20.9.0.
Patch Changes
- deps:
@seek/logger
10 (#140)
@seek/[email protected]
Major Changes
-
Drop support for Node.js 18 (#140)
This aligns with
@seek/logger
10. The minimum supported version is now Node.js 20.9.0.
@seek/[email protected]
Minor Changes
- HookStack: extend
HookStackProps
fromStackProps
(#128)
@seek/[email protected]
Minor Changes
- HookStack: Upgrade hooks to Node.js 22 (#104)
@seek/[email protected]
Patch Changes
- HookStack: Increase AWS SDK retries (#95)
@seek/[email protected]
Patch Changes
-
HookStack: Improve logging on Lambda function errors (#81)
When the
BeforeAllowTraffic
hook invokes your Lambda function and receives aFunctionError
back, it now logs additional information from the response payload to aid troubleshooting:{ "err": { "message": "Lambda function responded with error: Unhandled", + "payload": { + "errorMessage": "RequestId: 00000000-0000-0000-0000-000000000000 Error: Task timed out after 1.00 seconds", + "errorType": "Sandbox.Timedout" + }, "stack": "Error: Lambda function responded with error: Unhandled...", "type": "Error" }, "level": 50, "msg": "Failed to process lifecycle event" }
@seek/[email protected]
Patch Changes
- deps: @seek/logger ^9.0.0 (#67)