Amazon DynamoDB components
| tDynamoDBConfiguration | Stores connection information and credentials to be reused by other DynamoDB components. | 
| tDynamoDBInput | Retrieves data from an Amazon DynamoDB table and sends them to the component that follows for transformation. | 
| tDynamoDBLookupInput | Executes a database query with a strictly defined order which must correspond to the schema definition. | 
| tDynamoDBOutput | Creates, updates or deletes data in an Amazon DynamoDB table. |