All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Initial release of
lambda-extension-hooks - Support for both internal and external AWS Lambda extensions
- Lifecycle hook registration:
onInit,onInvoke,onShutdown - Graceful shutdown on
SIGINTandSIGTERM - Clean ESM support (
"type": "module") - Exported single entrypoint via
exportsmap inpackage.json
- Improve error tracing and structured logging