Redis – Error trying to connect Celery through SQS using STS
I'm trying to use Celery with SQS as broker. In order to use the SQS from my container I need to assume a role and for that I'm using STS. My code looks like this: role_info = { 'RoleArn': 'arn:aws:iam::xxxxxxx:role/my-role-execution',…