ersanir
Results
2
comments of
ersanir
Yes! I had to start up local stack using the docker-compose.yml file. The docker-compose file for starting SNS service looks like this `version: "3.8" services: localstack: container_name: "${LOCALSTACK_DOCKER_NAME-localstack_main}" image: localstack/localstack...