Amazon DynamoDB Put Item

This node allows conditionally inserting items into DynamoDB using Condition Expression. If no condition is necessary, consider using the DynamoDB Batch Put node, as it handles multiple successive put operations more efficiently.

Options

Region
The region the table is in.
Table Name
The table to access.
Custom Endpoint (*)
A custom endpoint if the default AWS endpoint should not be used, e.g. for DynamoDB Local.
Condition Expression (*)
An expression specifying which items to update. See the AWS Documentation for further information.
Return Values
Which values to return in the output table. Choosing any other value than None may result in consumption of additional read capacity units.
Name Mapping
Mapping from placeholder to attribute name for the condition and update expressions. Placeholders for attribute names must start with a hash (#).
Value Mapping
Mapping from placeholder to value for the condition and update expressions. Value placeholders must start with a colon (:). If the type is list, set, or map, the value must be given as JSON as specified in the AWS Documentation. If COLUMN is selected as type, the value is retrieved from a table column and inserted into the expression.
Publish consumed capacity units as flow variable
If checked, the total number of consumed read and write capacity units is published as flow variable.

Input Ports

Icon
Credentials for an AWS account
Icon
Table with items to put

Output Ports

Icon
Credentials for an AWS account
Icon
If return value is ALL_OLD, overwritten items are returned in this table

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.