Skip to content

Commit 304c183

Browse files
authored
update media file terms (#3851)
1 parent 268ba2d commit 304c183

File tree

2 files changed

+48
-47
lines changed

2 files changed

+48
-47
lines changed

javascriptv3/example_code/dynamodb/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
The code examples in this directory demonstrate how to work with Amazon DynamoDB using the AWS SDK for JavaScript version 3 (v3).
33

44
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. You can use Amazon DynamoDB to create a database table that can store and retrieve any amount of data, and serve any level of request traffic. Amazon DynamoDB automatically spreads the data and traffic for the table over a sufficient number of servers to handle the request capacity specified by the customer and the amount of data stored, while maintaining consistent and fast performance.
5-
###Table of contents
5+
6+
## Table of contents
67
- [Important information](#-important-information)
78
- [Code examples](#code-examples)
89
- [Single actions](#single-actions)

0 commit comments

Comments
 (0)