Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created May 26, 2022 14:38
Show Gist options
  • Save richardgrantserverless/fc730365223291866b47f1acf618074f to your computer and use it in GitHub Desktop.
Save richardgrantserverless/fc730365223291866b47f1acf618074f to your computer and use it in GitHub Desktop.
$ aws ssm put-parameter \
--name "/Test/my-parameter" \
--value "Secret" \
--type "String"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment