I have made an app in React Native, that posts to an AppSync graphql end point some data.
Using a RaspberryPi I would like to subscribe to changes that get made to the underlying DynamoDB.
I have access to the AWS ecosystem and I'm comfortable in JS and Python.
My question is what is the best way to subscribe to DynamoDB changes in the RapberryPi?