Skip to content

Commit dd8c0ba

Browse files
author
AWS
committed
Amazon DynamoDB Update: This release adds support for importing data from S3 into a new DynamoDB table
1 parent 7a339ac commit dd8c0ba

File tree

3 files changed

+461
-6
lines changed

3 files changed

+461
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon DynamoDB",
4+
"contributor": "",
5+
"description": "This release adds support for importing data from S3 into a new DynamoDB table"
6+
}

services/dynamodb/src/main/resources/codegen-resources/dynamodb/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"limit_key": "MaxResults",
1515
"output_token": "NextToken"
1616
},
17+
"ListImports": {
18+
"input_token": "NextToken",
19+
"limit_key": "PageSize",
20+
"output_token": "NextToken"
21+
},
1722
"ListTables": {
1823
"input_token": "ExclusiveStartTableName",
1924
"limit_key": "Limit",

0 commit comments

Comments
 (0)