Skip to main content

Read

DynamoDB Plugin – Read

Summary (SEO Meta Description):
The DynamoDB Plugin in WeHub allows workflows to read items from AWS DynamoDB tables.
Supports batch reads, schema validation, and flexible key definitions.


Overview

The Read Action retrieves items from an AWS DynamoDB table based on specified primary keys.
It can also run in batch mode to fetch multiple items in one workflow step.

Typical Use Cases:

  • Read patient records from a DynamoDB table
  • Fetch workflow-related settings or preferences
  • Retrieve multiple items efficiently with Batch Read

⚙️ Configuration

FieldDescriptionType / Options
LabelCustom name for the actionString
Select ConnectionChoose an existing DynamoDB connection or create a new oneConnection
Table NameThe DynamoDB table to read fromDropdown (available tables)
Batch ReadToggle to enable multiple item retrieval in one callBoolean (On / Off)
Primary KeysDefine the keys used to identify itemsName + Type (NUMBER, STRING, BYTE, DATE, DATETIME, BOOLEAN, OBJECT, ARRAY, ANY)
OutputsConfigure output mapping, truncate fields, or define schemaManual toggle / Schema selection

FAQ

Q: Can I read multiple items at once?
A: Yes. Enable Batch Read to fetch multiple items in one request.

Q: Does the plugin support schema validation for outputs?
A: Yes. You can define schemas or map fields for validation and consistency.


Keywords: WeHub DynamoDB Plugin, DynamoDB Read Action, AWS DynamoDB Workflow, DynamoDB Batch Read