Node.js Articles, Tutorials & News

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

This post is written by Pascal Vogel, Solutions Architect, and Andrea Amorosi, Senior Solutions Architect. You can now develop AWS Lambda functions using the Node.js 20 runtime. This Node.js version is in active LTS status and ready for general use. To us…

Read more »

Node.js Proposal: Support .env files

Spinning off from #43973 (comment), I propose that Node support loading .env files. Node would read such files as part of startup and set all defined environment variables onto process.env before a…

Read more »