ben-poole/AWS SSM Parameter Store Helper
Get and Put parameters in AWS SSM Parameter Store
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| action | 'get' or 'put' | yes | get |
| param-name | The name of the parameter to Get or Put | yes | — |
| param-value | The value of the parameter to set (Put only) | — | — |
| region | — | — | eu-west-1 |
Outputs
| name | description |
|---|---|
| param-value | The value of the parameter |