feat!: v4.0.0-beta.0 - Modernize for Node 24 with AWS SDK v3#80
Open
feat!: v4.0.0-beta.0 - Modernize for Node 24 with AWS SDK v3#80
Conversation
BREAKING CHANGES: - Migrate from AWS SDK v2 to v3 - Remove DAX support (amazon-dax-client doesn't support SDK v3) - Require Node.js 20+ - Use `declare` keyword for @Attribute() properties (ES2022 target) Changes: - Update TypeScript target to ES2022 - Migrate all DynamoDB operations to SDK v3 command pattern - Update Connection interface to use DynamoDBClient/DynamoDBDocumentClient - Update dependencies (TypeScript 5.7, Mocha 11, Chai 5, ESLint 9, etc.) - Fix Set-to-Array conversion in unmarshal for SDK v3 compatibility - Update all test files to use `declare` and SDK v3 APIs - Update documentation with migration guide 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
amazon-dax-clientdoesn't support SDK v3)declarekeyword for@Attribute()properties (ES2022 target fix)Breaking Changes
DynamoDBClientandDynamoDBDocumentClientdeclare prop: Typeinstead ofpublic prop!: Typefor decorated propertiesTest plan
🤖 Generated with Claude Code