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

Deploy backend using CDK NodejsFunction, and remove `build:backend` step #88

Closed trivikr closed 3 months ago

trivikr commented 1 year ago

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

AWS Lambda team now provides v3 in Node.js 18 https://aws.amazon.com/blogs/compute/node-js-18-x-runtime-now-available-in-aws-lambda/

Historically, we were bundling v3 as it was not available in Lambda. We bumped Lambda runtime to Node.js 18 in https://github.com/aws-samples/aws-sdk-js-notes-app/pull/87

Describe the solution you'd like

Deploy backend using CDK NodejsFunction, and remove build:backend step.

Describe alternatives you've considered

N/A