dynamo_write
Write a record to DynamoDB with a unique id and arbitrary attributes. Optionally fail if the item already exists.
Instructions
Write a record to DynamoDB keyed by 'id'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Primary key 'id' for the record | |
| attributes | Yes | Arbitrary attributes to store with the record | |
| overwrite | No | If false, fail when item already exists |