get-item
Retrieve a specific item from a DynamoDB table using a defined key in JSON format. Simplify querying and access data directly from AWS DynamoDB databases.
Instructions
Get an item from a DynamoDB table based on a specific key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Item key (JSON format) | |
tableName | Yes | Table name |