dynamodb_item_put
Add an item to a specified DynamoDB table using the AWS MCP Server. Provide table name and item data to store the entry in the database.
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 |