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
posta un anno fa300 visualizzazioni
1 Risposta
0
Risposta accettata

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
ESPERTO
con risposta un anno fa
  • Thanks, this is a neat alternative solution!

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande