Hub
Pricing About
NodeNode / Sink

Amazon DynamoDB Batch Put

KNIME LabsAmazon DynamoDB
Drag & drop
Like

This nodes writes KNIME table rows as items into DynamoDB. The KNIME table's columns are the attributes of the written DynamoDB item, which means that the table must contain matching columns for the DynamoDB table's hash and range key attributes. If the table does not have a range key, only a column with the name and type of the hash key must be present.

The command sent to DynamoDB by this node is BatchWriteItem, with a single batch writing at most 25 items, so inserting a large amount of data may take a while. The individual write operations on item level are atomic, but the operation is not atomic on batch or even node execution level. That means if the node fails in-between, some of the items may have been written and others not.

A single batch can write at most 16 MB of data and a single item can be as large as 400 KB.

If DynamoDB throttles the requests due to insufficient provisioned capacity units, unprocessed items are included in the next request. Additionally this node employs exponential backoff if throttling occurs. Each time a request cannot be completed fully, the next request is sent after a waiting time of 2^nRetry * 100 milliseconds. Once a request can be executed completely, the retry counter is reset. However, if no item can be deleted, the node fails and you have to increase the provisioned write capacity units on the table.

More information can be found in the DynamoDB documentation .

Node details

Input ports
  1. Type: AWS Comprehend Connection
    Amazon Credentials
    Credentials for an AWS account
  2. Type: Table
    KNIME table
    KNIME data table
Output ports
  1. Type: AWS Comprehend Connection
    Amazon Credentials
    Credentials for an AWS account

Extension

The Amazon DynamoDB Batch Put node is part of this extension:

  1. Go to item

Related workflows & nodes

  1. Go to item
  2. Go to item
  3. Go to item

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • Courses + Certification
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more about KNIME Business Hub
© 2025 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Data Processing Agreement
  • Credits