
AWS SDK for JavaScript
Develop and deploy applications with the AWS SDK for JavaScript, Node.js, React Mobile, and TypeScript. The SDK makes it easy to call AWS services using idiomatic JavaScript, Node.js, React …
Get started with Node.js - AWS SDK for JavaScript
This Node.js example demonstrates creating an Amazon S3 bucket, generating a unique bucket name, installing dependencies, configuring AWS credentials, creating a package.json manifest, and …
Getting Started in Node.js - AWS SDK for JavaScript
The AWS SDK for JavaScript enables building browser applications, accessing AWS services, using AWS SDK for JavaScript, developing Node.js applications, using AWS Amplify library, bundling …
Building Lambda functions with Node.js - AWS Lambda
You can run JavaScript code with Node.js in AWS Lambda. Lambda provides runtimes for Node.js that run your code to process events. Your code runs in an environment that includes the AWS SDK for …
Tutorial: Setting Up Node.js on an Amazon EC2 Instance
A common scenario for using Node.js with the SDK for JavaScript is to set up and run a Node.js web application on an Amazon Elastic Compute Cloud (Amazon EC2) instance. In this tutorial, you will …
Lambda runtimes - AWS Lambda
To programmatically interact with other AWS services and resources from your Lambda function, you can use one of AWS SDKs. The Node.js, Python, and Ruby runtimes include a version of the AWS …
AWS SDK for JavaScript Documentation
Describes how to set up the SDK, connect to AWS services, and access AWS service features. Also provides Node.js and browser code examples for working with popular AWS services.
AWS SDK for JavaScript v3
Introduces you to using JavaScript with AWS services and resources, both in browser scripts and in Node.js applications. Describes how to set up the SDK, connect to AWS services, and access AWS …
Supported Node.js versions for the AWS CDK
This page documents the Node.js runtime versions compatible with the AWS CDK, helping you maintain a supported development environment. The AWS CDK aims to maintain compatibility with actively …
Deploying a Node.js application with DynamoDB to Elastic Beanstalk
Deploy a sample Node.js application that uses DynamoDB and Amazon SNS with the AWS SDK for JavaScript in Node.js and Elastic Beanstalk configuration files.