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

chore(infra): bump Lambda Runtime to NODEJS_18_X #87

Closed trivikr closed 1 year ago

trivikr commented 1 year ago

Issue

Follow-up to https://github.com/aws-samples/aws-sdk-js-notes-app/pull/67 Lambda added support for Node.js 18.x https://aws.amazon.com/blogs/compute/node-js-18-x-runtime-now-available-in-aws-lambda/

Description

Bump Lambda Runtime to NODEJS_18_X

Testing

Verified that backend is deployed on Node.js 18 functions, and works with frontend.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.