Skip to content

Commit d8ef959

Browse files
point to serverless bucket for sandbox (#88)
1 parent 0c9a684 commit d8ef959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sign_layers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [[ ! "${VALID_ACCOUNTS[@]}" =~ $1 ]]; then
2121
fi
2222
if [ "$1" = "sandbox" ]; then
2323
REGION="sa-east-1"
24-
S3_BUCKET_NAME="dd-lambda-signing-bucket-sandbox"
24+
S3_BUCKET_NAME="dd-lambda-signing-bucket-serverless-sandbox"
2525
fi
2626
if [ "$1" = "prod" ]; then
2727
REGION="us-east-1"

0 commit comments

Comments
 (0)