aws-samples / aws-samples/aws-devops-end-to-end-workshop
Update Lambda examples to use node 20.x
- Dominant language
- TypeScript
- Stars
- 82
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
### Is your feature request related to a problem? Please describe.
There are multiple samples which uses Lambda Node.js versions which are end-of-life
* nodejs16.x https://github.com/search?q=repo%3Aaws-samples%2Faws-devops-end-to-end-workshop%20nodejs16.x&type=code
* Deprecation is on `Jun 12, 2024` and function create will be blocked on `Feb 28, 2025`
Lambda Supported Runtimes https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
### Describe the solution you'd like
Update Lambda examples to use node 20.x, which [was made available on Nov 15, 2023](https://aws.amazon.com/blogs/compute/node-js-20-x-runtime-now-available-in-aws-lambda/)
### Describe alternatives you've considered
N/A
Contributor guide
Assessment
This issue has not been assessed yet.