aws / amazon-mwaa-docker-images

Apache License 2.0
24 stars 11 forks source link

Support a local SQS server for the Docker Compose setup #23

Closed rafidka closed 3 months ago

rafidka commented 8 months ago

Overview

To reduce the effort on the user to run our Docker Compose with Celery, we want to use a local (fake) SQS server. The current option is softwaremill/elasticmq, but I am open to alternatives.

Acceptance Criteria