Skip to content

Commit 9e9d7c6

Browse files
authored
use new account (#323)
1 parent 35295b3 commit 9e9d7c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/publish_sandbox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Usage: VERSION=5 aws-vault exec sandbox-account-admin -- publish_sandbox.sh
3+
# Usage: VERSION=5 aws-vault exec serverless-sandbox-account-admin -- publish_sandbox.sh
44
set -e
55

66
if [ -z "$VERSION" ]; then

scripts/run_integration_tests.sh

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

99
set -e
1010

0 commit comments

Comments
 (0)