Relative Content

Tag Archive for node.jsamazon-web-servicesamazon-s3aws-lambdaaws-sdk-nodejs

Upgrading AWS Lambda Scripts from Node.js 16.x to 18.x with Minimal Changes

I have a collection of 15-20 scripts running on AWS Lambda with Node.js 16.x that perform various operations, including interacting with S3 using functions like copy, headObject, putObject, and getObject. Additionally, my scripts utilize AWS services such as Step Functions, Glue, SNS, and Athena. I cannot stick with 16.x since it has a deadline of mid of June 2024.