dynamodb_item_put
Insert or update an item in a DynamoDB table by specifying the table name and item data, enabling efficient data management within AWS infrastructure.
Instructions
Put an item into a DynamoDB table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
item | Yes | Item data to put | |
table_name | Yes | Name of the DynamoDB table |