dynamodb_item_update
Update specific item data in a DynamoDB table by providing the table name, item key, and updated attributes.
Instructions
Update an item in a DynamoDB table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
item | Yes | Updated item data | |
key | Yes | Key to identify the item | |
table_name | Yes | Name of the DynamoDB table |