Skip to content

Commit 90060cd

Browse files
authored
Update publishsam.sh
1 parent 71f242d commit 90060cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kinesis-firehose-cloudwatch-collection/sam/publishsam.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export AWS_PROFILE="personal"
77
# IMPORTANT - Update the bucket value based on aws account you are deploying SAM app in.
88
if [[ "${AWS_PROFILE}" == "personal" ]]
99
then
10-
SAM_S3_BUCKET="sumologic-aws-observability-templates"
10+
SAM_S3_BUCKET="<provide your bucket name>"
1111
else
1212
SAM_S3_BUCKET="appdevstore"
1313
fi

0 commit comments

Comments
 (0)