Skip to content

Commit 46bcdca

Browse files
Merge pull request #10088 from strategicalliances/dynamoDB
Update aws-dynamodb.md
2 parents a82ebde + 857913c commit 46bcdca

1 file changed

Lines changed: 5 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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ The Amazon DynamoDB connector contains the following activities:
212212
* `DescribeTable` - Get a description from a given table inside DynamoDB.
213213
* `BatchWriteItem` - Put or delete multiple items from DynamoDB in a single call.
214214
* `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.
215+
* `Query` - Retrieve multiple items from a single table or index using the table's primary key and an optional sort key.
216+
* `Scan` - Get one or more items and item attributes by accessing every item in a table or a secondary index.
217+
* `PutItem` - Create a new item, or replace an old item with a new item.
218+
* `GetItem` - Get a set of attributes for the item with the given primary key.
219+
* `UpdateItem` - Modify the attributes of an existing item or add a new item if it does not already exist.

0 commit comments

Comments
 (0)