See:https://onexlab-io.medium.com/localstack-s3-terraform-9b1554e2add8
docker-compose up
Install localstack in your environment of choice (ie venv)
virtualenv -p python3 venv
pip install localstack
source/venv/bin/activate
localstack launch -d
View localstack services
localstack status services
Web browser/ api health check http://localhost:4566/health
docker stop localstack_main
Tflocal with Terraform Setup: https://docs.localstack.cloud/user-guide/integrations/terraform/
netstat -tunlp | grep 4566
fuser 4566/tcp -k