localstack-samples/sample-cdk-cognito-dynamodb-api-gateway
Update sample from AWS CDK v1 to CDK v2
开放
#4 创建于 2025年10月9日
enhancementhacktoberfest
仓库指标
- 星标
- (8 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
The sample currently uses AWS CDK v1, which has reached end-of-life and is no longer actively maintained.
To ensure ongoing compatibility and improved maintainability, update the codebase to use AWS CDK v2. This includes:
- Refactoring all CDK constructs and dependencies to v2 syntax.
- Updating package dependencies in configuration files (such as
package.json). - Reviewing documentation and usage instructions to reflect CDK v2 changes.
- Testing the sample to verify functionality after the migration.
Please provide details of any breaking changes encountered and update relevant documentation if needed.