We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There are a few ways to configure the AWS client:
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
~/.aws/credentials
Aws.config[:credentials]
Shoryuken.sqs_client = Aws::SQS::Client.new(...)
You can read about these in more detail here.