How to provide AWS credentials in an android studio mobile app (kotlin)?
I have a mobile app that I am making in android studio and I want to send a message to an AWS SQS server when the user does something. However, I am running in to problems with giving credentials to the user. Here is my current send message function.