Error message typo in setting iot rule to use get_dynamodb

0

In this document: https://docs.aws.amazon.com/iot/latest/developerguide/iot-sql-functions.html#iot-sql-function-get-dynamodb, it says

get_dynamodb(tableName, partitionKeyName, partitionKeyValue, sortKeyName, sortKeyValue, roleArn)

But when you encounter an error setting up the sql and trace the AWS IOT logs,

Expected get_dynamodb(tableName, primaryKeyValue, primaryKeyName, roleArn) or get_dynamodb(tableName, primaryKeyValue, primaryKeyName, sortKeyValue, sortKeyName, roleArn). 
asked 4 years ago189 views
1 Answer
0

Hi Janpoltan,

We have identified this issue and are working on a fix. Thank you for bringing this to our attention.

Thanks,
Ningwei

Edited by: ningweiaws on May 5, 2020 10:05 AM

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions