Create IoT Topic Rules to put event data to DynamoDB table
This pattern uses the DynamoDBv2 action to write all or parts of an MQTT message to an Amazon DynamoDB table.
Each attribute in the payload is written to a separate column in the DynamoDB table. The SQL statement calculates a time to live and puts into the payload when writing to the table.
This pattern deploys one DynamoDB table, one IoT rule.