aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
4.95k stars 2.1k forks source link

Fix(typescript): Update nodejs version #1010

Closed kaiz-io closed 3 months ago

kaiz-io commented 3 months ago

Update nodejs version to latest if no aws js sdk is being used.

Update nodejs version to 20 if aws js sdk is being used. So that in the future if aws sdk version does go through another update we could to touch.

Part of: #961