Amazon DynamoDB Examples - Amazon SDK for JavaScript
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

We announced the upcoming end-of-support for Amazon SDK for JavaScript v2. We recommend that you migrate to Amazon SDK for JavaScript v3. For dates, additional details, and information on how to migrate, please refer to the linked announcement.

Amazon DynamoDB Examples

Amazon DynamoDB is a fully managed NoSQL cloud database that supports both document and key-value store models. You create schemaless tables for data without the need to provision or maintain dedicated database servers.

Relationship between JavaScript environments, the SDK, and DynamoDB

The JavaScript API for DynamoDB is exposed through the AWS.DynamoDB, AWS.DynamoDBStreams, and AWS.DynamoDB.DocumentClient client classes. For more information about using the DynamoDB client classes, see Class: AWS.DynamoDB, Class: AWS.DynamoDBStreams, and Class: AWS.DynamoDB.DocumentClient in the API reference.