I am using aws-amplify in my react-native application for user authentication. it works fine.
modules used for aws amplify
aws-amplify: "^3.0.23", aws-amplify-react-native: "^4.2.4"
Now I would like to connect the app or retrieve the data from a DynamoDB table and use that data in my react native application.
How can I Access data from Dynamodb tables in react native using aws-amplify is there any get methods or rest APIs to retrieve data from dynamodb.
How can I establish a connection with dB to my react-native application.
Thanks in advance.