Using Envilderhttps://envilder.com/ to keep the LocalStack auth token out of Git while preserving a reproducible local Docker Compose setup.
I wanted a reproducible LocalStack setup without committing LOCALSTACKAUTHTOKEN to the repository.
That so...
This is a follow-up to my first post about Envilderhttps://dev.to/macalbert/stop-hardcoding-secrets-generate-env-files-from-aws-ssm-with-a-simple-cli-f77, where I introduced it as a simple CLI to generate .env files from AWS SSM. A year later, it has...