News

AWS Lambda supports the current Long Term Support (LTS) version of Node.js, which means developers who want to use the new versions need to specify a runtime parameter value of nodejs18.x when ...
Deploying Node.js Microservices to AWS Lambda with Claudia.js: Q&A with Author Gojko Adzic Feb 26, 2016 7 min read by Daniel Bryant Follow Like ...
AWS announced its Node.js upgrade in a post yesterday. "You can now develop your AWS Lambda functions using Node.js v6.10," it said. "You simply upload your Node code as a ZIP using the AWS CLI or ...
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.
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 ...