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!

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ