dynamodb_item_delete
Remove specific items from a DynamoDB table by specifying the table name and key. Simplify data management in AWS DynamoDB through controlled deletion operations.
Instructions
Delete an item from a DynamoDB table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Key to identify the item | |
table_name | Yes | Name of the DynamoDB table |