OCNORA

Amazon DynamoDB

Amazon Web ServicesAPI keycredential probe

Put/get/query items in Amazon DynamoDB (SigV4).

OCNORA ships 4 typed Amazon DynamoDB operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 4

  • Get Item
    Read an item from a DynamoDB table by primary key.
    dynamodb.get_item
  • List Tables
    List the DynamoDB table names in the connection's region.
    dynamodb.list_tables
  • Put Item
    Write an item to a DynamoDB table (plain JSON, auto-marshalled).
    dynamodb.put_item
  • Query
    Query a DynamoDB table by key condition expression.
    dynamodb.query

Run your first Amazon DynamoDB workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.