jeffgunderson

Results 2 comments of jeffgunderson

Make sure the `ssm` service is running in localstack as well as secretsmanager. In docker-compose: ``` environment: - SERVICES=secretsmanager,ssm ```

I had a similar issue although I was using https://github.com/Grokzen/docker-redis-cluster for the cluster. By looking at the docker logs I saw that unlike elasticache, there are multiple root nodes created,...