We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475f590 commit c03047bCopy full SHA for c03047b
uploadjsonso-ps.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+set -eo pipefail
3
+UPLOAD_FILENAME=$1
4
+PARAMETER_PATH=$2
5
+
6
+aws ssm put-parameter \
7
+ --name $PARAMETER_PATH \
8
+ --type SecureString \
9
+ --value file://$UPLOAD_FILENAME
0 commit comments