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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 13, 2025
- License
- MIT
Pinned Snippet
uses: mutex-loom/chamber-aws-ssm-parameter-store@ba0dd4983d2cce61f7ab9522b838aaf4f34e1613 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| parameters | List of SSM parameters with optional custom environment variable mappings (e.g. ["/my-app/db-password:MY_DB_PASSWORD", "/my-app/api-key"]). | yes | — |
| namespaced | If 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). | no | true |
| aws-region | The AWS region where your SSM parameters are stored. | no | — |
| aws-access-key-id | AWS access key ID | no | — |
| aws-secret-access-key | AWS secret access key | no | — |
| chamber_version | Version of Chamber to install. If not specified, defaults to 2.10.12. | no | 2.10.12 |
Outputs
no outputs