Amazon DynamoDB examples - AWS SDK for JavaScript

The AWS SDK for JavaScript V3 API Reference Guide describes in detail all the API operations for the AWS SDK for JavaScript version 3 (V3).

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.


            Preparing the browser JavaScript

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