I released params2env, a Go based CLI tool I've built that reads AWS SSM Parameter Store values and sets them as environment variables.
The tool can create, modify, and delete parameters, and supports optional cross-region replication for redundancy.
Read more on my blog: https://dominik.wombacher.cc/posts/params2env-aws-ssm-parameter-store-to-environment-variables.html
#AWS #Go #GoLang #CLI #OpenSource #ParameterStore #DevOps #SecretManagement