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 71f242d commit 90060cdCopy full SHA for 90060cd
kinesis-firehose-cloudwatch-collection/sam/publishsam.sh
@@ -7,7 +7,7 @@ export AWS_PROFILE="personal"
7
# IMPORTANT - Update the bucket value based on aws account you are deploying SAM app in.
8
if [[ "${AWS_PROFILE}" == "personal" ]]
9
then
10
- SAM_S3_BUCKET="sumologic-aws-observability-templates"
+ SAM_S3_BUCKET="<provide your bucket name>"
11
else
12
SAM_S3_BUCKET="appdevstore"
13
fi
0 commit comments