Skip to content

Commit 74d5bce

Browse files
Update aws-dynamodb.md
1 parent 661b2b2 commit 74d5bce

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/modules/aws

content/en/docs/marketplace/platform-supported-content/modules/aws/aws-dynamodb.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,14 @@ For additional reference, the available activities are listed below.
207207

208208
The Amazon DynamoDB connector contains the following activities:
209209

210+
210211
* `BatchGetItem` - Get multiple items from DynamoDB in a single call.
211212
* `ListTables` - Retrieve a list of `Table` objects for a given region, which contains the table's name.
212213
* `DescribeTable` - Get a description from a given table inside DynamoDB.
213214
* `BatchWriteItem` - Put or delete multiple items from DynamoDB in a single call.
214215
* `DeleteItem` - Delete an item from a given table from your DynamoDB environment.
215-
* `ScanTable` - Retrieve items from an Amazon DynamoDB table.
216-
* `PutItem` - Put and update an item in DynamoDB.
217-
* `GetItem` - Get an item from DynamoDB.
216+
* `Query` - Retrieve multiple items from a single table or index using the table’s primary key and an optional sort key.
217+
* `Scan` - Get one or more items and item attributes by accessing every item in a table or a secondary index.
218+
* `PutItem` - Create a new item, or replaces an old item with a new item.
219+
* `GetItem` - Get a set of attributes for the item with the given primary key.
220+
* `UpdateItem` - Modify the attributes of an existing item or add a new item if it does not already exist.

0 commit comments

Comments
 (0)