Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates

How to create an Amazon DynamoDB table in Qlik Automate

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Andreas_Giesbrecht
Support
Support

How to create an Amazon DynamoDB table in Qlik Automate

Last Update:

Jul 2, 2025 4:37:34 AM

Updated By:

Sonja_Bauernfeind

Created date:

Jul 2, 2025 4:37:34 AM

Attachments

This article documents how to create an AWS Amazon DynamoDB table using Qlik Automate. The example automation is attached to this article and can be imported. See How to import and export automations for details.

  1. Choose the Amazon DynamoDB Create Table block

    create table block.png

    The Key Schema and Attribute Definitions input field cannot simply have a JSON structure applied (such as "[{'AttributeName': 'ID', 'KeyType': 'HASH'}]"). The key is to create variables and lists and apply these lists as inputs.

    • Key Schema example:

      First, create an AttributeName variable with the Key AttributeName and the Value ID

      variable key.png

    • Repeat this for the KeyType variable with the Key KeyType and Value HASH.

      variable key key type hash.png

  2. Create a Variable List with the Variable keyList (list) and Item Key

    verkaible keylist.png

  3. Apply the Variable List to the Key Schema field:

    create table key schemea field.png

 

The finished automation:

finished dynamodb automation.png

 

Notes:

  • If the billing is PROVISIONED, the ProvisionedThroughput must explicitly include both ReadCapacityUnits and WriteCapacityUnits:
    "ProvisionedThroughput": {
      "ReadCapacityUnits": 5,
      "WriteCapacityUnits": 5}
  • There is a known issue when using PAY_PER_REQUEST as the billing mode. This should be fixed in the next releases.

 

Environment

  • Qlik Cloud Analytics
  • Qlik Automate
Labels (1)
Version history
Last update:
‎2025-07-02 04:37 AM
Updated by: