poad/Get value from AWS Systems Manager Parameter Store

Retrieves the value of the specified parameter from the AWS Systems Manager Parameter Store.

View on GitHub

Trust Signals

Scorecard Score
Scorecard 6–8scored Jul 9, 2026
Maintenance Recency
Activelast commit Jul 9, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: poad/get-aws-ssm-parameter@ea87b6de66e54c16147873ec0e87c761415d8569 # v3.1.1

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

namedescriptionrequireddefault
parameter-nameParameter nameyes
aws-regionAWS regionyes
decryptionValue specified for WithDecryption. Detail: https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetParameter.html#systemsmanager-GetParameter-request-WithDecryptionyes
ignore-parameter-not-foundIf true, the action will not fail when the specified parameter does not existnofalse

no outputs