mutex-loom/Setup Chamber and Fetch SSM Parameters

Retrieves AWS SSM parameters using Chamber and exports them as environment variables with namespace and custom name support.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit May 13, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: mutex-loom/chamber-aws-ssm-parameter-store@ba0dd4983d2cce61f7ab9522b838aaf4f34e1613 # v2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
parametersList of SSM parameters with optional custom environment variable mappings (e.g. ["/my-app/db-password:MY_DB_PASSWORD", "/my-app/api-key"]).yes
namespacedIf true, includes the namespace in the environment variable name (e.g. MY_APP_DB_PASSWORD). If false, uses only the parameter name (e.g. DB_PASSWORD).notrue
aws-regionThe AWS region where your SSM parameters are stored.no
aws-access-key-idAWS access key IDno
aws-secret-access-keyAWS secret access keyno
chamber_versionVersion of Chamber to install. If not specified, defaults to 2.10.12.no2.10.12

no outputs