Skip to main content

DynamoDB

DynamoDB Plugin – Read, Insert, Update, Upsert, Delete

Summary (SEO Meta Description):
The DynamoDB Plugin in WeHub allows workflows to connect with AWS DynamoDB.
Use this plugin to read, insert, update, upsert, and delete items from DynamoDB tables as part of workflow automation.


Overview

The DynamoDB Plugin integrates WeHub workflows with AWS DynamoDB, a fully managed NoSQL database service.
It enables you to store, manage, and query high-throughput key-value and document data inside workflows.

This plugin is essential for workflows that require scalable, low-latency data operations in real time.

Typical Use Cases:

  • Store or update IoT device data
  • Manage user sessions or authentication tokens
  • Insert and update transactional records
  • Read and query customer or healthcare data
  • Delete outdated records from DynamoDB tables

Available Actions

  • Read – Fetch items or batches from a DynamoDB table.
  • Insert – Add new items into a DynamoDB table.
  • Update – Modify existing items in a DynamoDB table.
  • Upsert – Insert new or update existing items in a DynamoDB table.
  • Delete – Remove items from a DynamoDB table.

FAQ

Q: Can I perform batch operations with DynamoDB in WeHub?
A: Yes. The Read action includes a batch read option, and workflows can loop or parallelize inserts/updates for batch handling.

Q: Does the plugin support schema validation?
A: Yes. Input and output schemas can be defined or mapped to ensure workflow consistency.

Q: Is DynamoDB only supported as a Processor?
A: Yes. DynamoDB is primarily used as a Processor plugin, but it can be combined with Triggers to build event-driven workflows.


Keywords: DynamoDB Plugin, WeHub DynamoDB Integration, AWS DynamoDB Workflow, DynamoDB Read Insert Update Delete, NoSQL Workflow Automation