@compwright/ddb2es-serverless
Version:
Serverless handler to stream AWS DynamoDB to Elasticsearch (forked from dynamo2es-lambda)
28 lines (14 loc) • 1.13 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [4.0.0](https://github.com/compwright/dynamo2es-lambda/compare/v3.0.0...v4.0.0) (2026-02-27)
### ⚠ BREAKING CHANGES
* drop support for AWS Lambda callback-style handlers, node < v24
### Features
* drop support for AWS Lambda callback-style handlers, node < v24 ([5d689c0](https://github.com/compwright/dynamo2es-lambda/commit/5d689c021d14032b28cdcbab73875be764b765da))
* make all hooks async ([8d286df](https://github.com/compwright/dynamo2es-lambda/commit/8d286dfb94872e4b52a4b6a22ee39ea039b8cded))
* support async beforeHook() ([0edd785](https://github.com/compwright/dynamo2es-lambda/commit/0edd785103a4935efa6ad1b6435f03986ddd72e1))
## [3.0.0](https://github.com/compwright/dynamo2es-lambda/compare/v2.1.0...v3.0.0) (2024-04-24)
### ⚠ BREAKING CHANGES
* upgrade to ESM module
### Features
* upgrade to ESM module ([9b8e97f](https://github.com/compwright/dynamo2es-lambda/commit/9b8e97f9bcfa2233d7a5dfcba3e36883e210a8ca))