1 Answer
- Newest
- Most votes
- Most comments
0
Hello Shaista,
I understand that you followed this guideline to make Amplify push, which successfully created GSI in the corresponding DynamoDB table. The table has expected data, however when you run the query, it is giving you null response. We need additional account specific information in order to troubleshoot this issue. Hence, kindly, reach out to AWS Support and work with Premium Support Engineers to resolve this issue. While creating the support case to Premium Support, you will need to provide following details.
• Account ID
• Region
• Table Name
• GSI name
• Time frame(10-15 minutes window)
• DynamoDB Request ID(Important)
Relevant content
- Accepted Answerasked 3 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
Hello Shaista, can you share more info about your schema (full model) and your resolver templates?
The names of the fields are not the same:
date
anddateJob_status
. The simple way to check for it is to call DynamoDB directly using the AWS CLI for example with the relevant query and see if you get any results. You can also enable the "Logs" option in the AppSync Query and see if you get errors or results.