This app supports CRUD operations in a AWS DynamoDB database
Supported Actions
- describe global table: Fetch metadata of a global table
- describe backup: Fetch metadata of a backup
- describe table: Fetch metadata of a table
- create global table: Create a global table from an existing table in the specified regions
- list global tables: List the global tables of a specific region
- list backups: List all the backups present in the database
- delete backup: Delete backup of a table
- create backup: Create a backup of an existing table
- restore backup table: Create a new table from an existing backup
- list tables: List all the tables present in the database
- delete table: Delete a table from the database
- create table: Create a table in the database
- delete item: Delete an item from the table
- put item: Add an item to the table
- update item: Update an item in the table
- get item: Get an item from the table
- query data: Query data from database
- test connectivity: Validate the asset configuration for connectivity using the supplied configuration