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 monocdk once it is stable #52

Closed trivikr closed 3 months ago

trivikr commented 2 years ago

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

The project currently depends on eight different modules from AWS Cloud Development Kit.

All of them need to be updated while bumping dependencies.

$ yarn upgrade-interactive 
 Press <up>/<down> to select packages.            Press <enter> to install.
 Press <left>/<right> to select versions.         Press <ctrl+c> to abort.

? Pick the packages you want to upgrade.         Current         Range            Latest
 > @aws-cdk/aws-apigateway                       ◉ 1.115.0        ◯ 1.132.0       
   @aws-cdk/aws-cognito                          ◉ 1.115.0        ◯ 1.132.0       
   @aws-cdk/aws-dynamodb                         ◉ 1.115.0        ◯ 1.132.0       
   @aws-cdk/aws-iam                              ◉ 1.115.0        ◯ 1.132.0       
   @aws-cdk/aws-lambda                           ◉ 1.115.0        ◯ 1.132.0       
   @aws-cdk/aws-s3                               ◉ 1.115.0        ◯ 1.132.0       
   @aws-cdk/core                                 ◉ 1.115.0        ◯ 1.132.0       
   aws-cdk                                       ◉ 1.115.0        ◯ 1.132.0       

Describe the solution you'd like

Switch to monocdk once it is stable.

Additional context

RFS for monocdk experiment https://github.com/aws/aws-cdk-rfcs/blob/master/text/0006-monolothic-packaging.md

trivikr commented 3 months ago

Done in https://github.com/aws-samples/aws-sdk-js-notes-app/pull/62