dynamodb_delete_item
Delete an item from a DynamoDB table using its key in LocalStack to manage test data during local AWS development.
Instructions
Delete an item from a DynamoDB table by its key in LocalStack
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key as a JSON string | |
| tableName | Yes | Table name |