Can you query a GSI with IoT Core SQL function 'get_dynamodb()'?

0

The documentation makes no reference to index names, but our requirements are to be able to query attributes on a GSI.

https://docs.aws.amazon.com/iot/latest/developerguide/iot-sql-functions.html#iot-sql-function-get-dynamodb

cgddrd
已提问 1 年前300 查看次数
1 回答
0
已接受的回答

get_dynamodb() function cannot query GSIs, but you can use aws_lambda() to invoke a lambda function that queries the Dynamo DB table GSI.

AWS
专家
已回答 1 年前
  • Thanks, this is a neat alternative solution!

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容