All Questions
3 questions
0
votes
1
answer
2k
views
AWS AppSync trigger lambda
I have currently created a .net backend with HotChocolate to create GraphQL queries. The reason for that is that I feel more in control when using API Gateway.
However, I have noticed that AppSync is ...
3
votes
0
answers
924
views
AWS amplify UI admin failed to sync
I am using AWS amplify and AWS AppSync and DynamoDB.
after initing AWS amplify and I tested CRUD (create, read, update, delete).
It works well, and I can check DB at DynamoDB console.
And I found ...
0
votes
2
answers
532
views
Suggestion on handling realtime data in AWS
I'm working on an application that provides a snapshot of the the data in realtime.
The data is currently stored in DynamoDB. The current state of the data should be displayed on a simple html page.
...