|
Amazon DynamoDB |
Description
Amazon DynamoDB is a fully administered NoSQL database service that provides fast, reliable performance, allowing users to create database tables that can store and access any amount of data to serve any level of traffic without downtime or performance degradation. Automate allows developers to automate a variety of DynamoDB operations without the need to write code. Since DynamoDB is a service based on throughput, developers can also create tasks to monitor usage and storage capacity.
Available Activities
For more information about a specific activity, click the associated link:
Activity | Description |
---|---|
Amazon DynamoDB - Create item | Creates a DynamoDB item which consists of a collection of one or more attributes, where each attribute has a string name and a string, number, string set or number set value. Optionally, edits an existing item’s attributes. You can insert a new attribute name-value pair if it doesn’t exist or replace an existing name-value pair if it has certain expected attribute values. |
Amazon DynamoDB - Create session | Creates a unique session which can be used to associate subsequent DynamoDB steps. This provides a single task the ability to execute numerous DynamoDB operations related to a specific session. |
Amazon DynamoDB - Create table | Creates a table and designates a unique table name with a primary key. |
Amazon DynamoDB - Delete item | Deletes an item and all of its attributes by primary key. You can perform a conditional delete by specifying an expected rule. |
Amazon DynamoDB - Delete table | Deletes the specified table and all of its data. After this request the table will be in the DELETING state until DynamoDB completes the delete operation. |
Amazon DynamoDB - Describe table | Retrieves information about a table including current state, primary key schema and creation date/time and populates a dataset with the results. |
Amazon DynamoDB - End session | Ends a session started with the use of the Create session activity. |
Amazon DynamoDB - Get item | Retrieves a set of attributes for an item that matches the supplied key and populates a dataset with the results. |
Amazon DynamoDB - List tables | Retrieves a listing of all tables in a given account and populates a dataset with the names of each table. |
Amazon DynamoDB - Query | Performs a query of DynamoDB. |
Amazon DynamoDB - Scan | Performs a scan of DynamoDB. |
Amazon DynamoDB - Update table | Updates the provisioned throughput for a given table. |