Amazon DynamoDB
Amazon DynamoDB is a NoSQL database service from Amazon that supports key-value and document data models.
Actions
-
GetItem: Retrieve a set of attributes for the item with the given primary key
-
PutItem: Create an item, or replace an old item with a new item
-
ListTables: Retrieve a collection of all the tables that are associated with the current account and endpoint
-
DescribeTable: Retrieve details about the table
Custom Actions
The Amazon DynamoDB connector also lets you create your own custom actions for performing specific tasks. The actions that you create look and work exactly like the other actions do.
Learn more about how to create custom actions.