Amazon DynamoDB Examples - AWS SDK for JavaScript (original) (raw)
We announced the upcoming end-of-support for AWS SDK for JavaScript v2. We recommend that you migrate to AWS SDK for JavaScript v3. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
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.
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.
Topics
- Creating and Using Tables in DynamoDB
- Reading and Writing A Single Item in DynamoDB
- Reading and Writing Items in Batch in DynamoDB
- Querying and Scanning a DynamoDB Table
- Using the DynamoDB Document Client
Using Subscription Filters in Amazon CloudWatch Logs
Creating and Using Tables in DynamoDB
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.