File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44set -e
55
66./scripts/build_layers.sh
7- aws-vault exec sandbox-account-admin -- ./scripts/sign_layers.sh sandbox
8- aws-vault exec sandbox-account-admin -- ./scripts/publish_layers.sh
7+ aws-vault exec serverless- sandbox-account-admin -- ./scripts/sign_layers.sh sandbox
8+ aws-vault exec serverless- sandbox-account-admin -- ./scripts/publish_layers.sh
99
1010# Automatically create PR against github.com/DataDog/documentation
1111# If you'd like to test, please uncomment the below line
Original file line number Diff line number Diff line change 22
33# Usage - run commands from repo root:
44# To check if new changes to the layer cause changes to any snapshots:
5- # BUILD_LAYERS=true DD_API_KEY=XXXX aws-vault exec sandbox-account-admin -- ./scripts/run_integration_tests
5+ # BUILD_LAYERS=true DD_API_KEY=XXXX aws-vault exec serverless- sandbox-account-admin -- ./scripts/run_integration_tests
66# To regenerate snapshots:
7- # UPDATE_SNAPSHOTS=true DD_API_KEY=XXXX aws-vault exec sandbox-account-admin -- ./scripts/run_integration_tests
7+ # UPDATE_SNAPSHOTS=true DD_API_KEY=XXXX aws-vault exec serverless- sandbox-account-admin -- ./scripts/run_integration_tests
88
99set -e
1010
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if [[ ! "${VALID_ACCOUNTS[@]}" =~ $1 ]]; then
2929fi
3030if [ " $1 " = " sandbox" ]; then
3131 REGION=" sa-east-1"
32- S3_BUCKET_NAME=" dd-lambda-signing-bucket-sandbox"
32+ S3_BUCKET_NAME=" dd-lambda-signing-bucket-serverless- sandbox"
3333fi
3434if [ " $1 " = " prod" ]; then
3535 REGION=" us-east-1"
You can’t perform that action at this time.
0 commit comments