aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
81 stars 28 forks source link

Switch to AWS Cloud Development Kit (CDK) v2 #61

Closed trivikr closed 2 years ago

trivikr commented 2 years ago

Is your feature request related to a problem? Please describe.

Staying up-to-date with CDK is an issue, as all dependencies need to be on the same version because of interdependencies.

Previous PRs:

CDK has documented this issue in an RFC: https://github.com/aws/aws-cdk-rfcs/blob/master/text/0006-monolothic-packaging.md

Describe the solution you'd like

Switch to AWS Cloud Development Kit (AWS CDK) v2 as it's now generally available.

Describe alternatives you've considered

Keep using CDK v1, and update the versions only when required.

trivikr commented 2 years ago

Migrating to CDK v2 in the CDK Developer Guide

trivikr commented 2 years ago

API Reference