I’m trying to emulate AWS SQS functionality using https://github.com/roribio/alpine-sqs container. I was able to run the docker container and send the messages to the queue using terminal. configured AWS Access Key ID and AWS Secret Access Key to empty strings using aws configure The command I used to send the message to the SQS queue container is this I was