I will be using AWS SQS service for my application.
Locally, I have a couple of different user profiles set up with the AWS CLI. What is best practice for doing the same on Python Anywhere? Do I install the AWS CLI there and create profiles? The keys get stored in a plain text configuration file.
Or should I reference the keys from a config file for my application somehow?
Any security concerns I should be aware of?