File tree Expand file tree Collapse file tree
content/en/docs/marketplace/platform-supported-content/modules/aws Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments