Skip to content

Commit c03047b

Browse files
committed
json so upload script
1 parent 475f590 commit c03047b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

uploadjsonso-ps.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)