I am creating an Android application that needs to store/retrieve data in DynamoDB. I created a DynamoDB table called "Schedules" and I created a Schedules class perthis tutorial. However, this tutorial is weirdly missing where/how to place authentication code and Object mapper code.
I used Amazon Cognito, created an identity pool, and got the resulting sample code, as referenced here under the Providing AWS Credentials header, #4. Where is this code supposed to go? In its own class? In the activity where I'm displaying/creating the data from the table? If so, where (onCreate(), its own method, etc?). Thanks in advance for your help!