dynamodb_put_item
Create or replace an item in a DynamoDB table in LocalStack by providing the table name and item as a JSON string.
Instructions
Put (create or replace) an item in a DynamoDB table in LocalStack
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | Item as a JSON string | |
| tableName | Yes | Table name |