News

Recently AWS announced Node.js version 14 support for its Function as a Service (FaaS), Lambda. Developers can now author AWS Lambda functions using Node.js' new features, such as top-level-await ...
Amazon Web Services, with a formidable head start in the serverless computing arena among major cloud providers, is continuing to court coders, most recently with a Node.js update to its AWS Lambda ...
A new Amazon SDK allows node.js developers to access Amazon Simple Storage Service and Amazon Elastic Compute Cloud services.
Rasmus Andersson, developer of sites such as Dropular and Spotnicc, has created a template for setting up an Amazon EC2 instance for running Node.js or other Web applications. You can use it save ...
According to AWS, Node.js is known for its event-driven, non-blocking I/O model to allow applications to scale while keeping from having to deal with threads, polling, timeouts, and event loops.