dynamodb_get_item
Retrieve an item from a DynamoDB table by its key in LocalStack, for direct data access during AWS development and testing.
Instructions
Get an item from a DynamoDB table by its key in LocalStack
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key as a JSON string (e.g. {"pk": "123"}) | |
| tableName | Yes | Table name |