Node.js 18.x runtime now available in AWS Lambda

Node.js 18 is now supported by Lambda. When building your Lambda functions using the zip archive packaging style, use a runtime parameter value of nodejs18.x to get started building with Node.js 18. Read more

Similar

Node Scripts the Right Way

Running scripts in node.js is easy - just make a javascript file and run node /path/to/file.js. However, if you maintain a lot of scripts you’ll quickly start to run into some pain points, especially when you try to test your scripts. In this post, I’ll r... (more…)

Read more »