File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ aws_login() {
124124 shift
125125
126126 if [[ ${ACCOUNT} == " prod" ]]; then
127- aws-vault exec sso-prod-engineering -- ${cfg[@]}
127+ aws-vault exec sso-prod-lambda-admin -- ${cfg[@]}
128128 else
129129 if [[ ${DEPLOY_TO_SERVERLESS_SANDBOX:- } == " true" ]]; then
130130 aws-vault exec sso-serverless-sandbox-account-admin -- ${cfg[@]}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ function aws-login() {
3737 cfg=(" $@ " )
3838 shift
3939 if [ " $ACCOUNT " = " prod" ]; then
40- aws-vault exec sso-prod-engineering -- ${cfg[@]}
40+ aws-vault exec sso-prod-lambda-admin -- ${cfg[@]}
4141 else
4242 if [ " $DEPLOY_TO_SERVERLESS_SANDBOX " = " true" ]; then
4343 aws-vault exec sso-serverless-sandbox-account-admin -- ${cfg[@]}
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ FORWARDER_VERSION=$2
4545
4646# Ensure AWS access before proceeding
4747aws-vault exec sso-govcloud-us1-fed-engineering -- aws sts get-caller-identity
48- aws-vault exec sso-prod-engineering -- aws sts get-caller-identity
48+ aws-vault exec sso-prod-lambda-admin -- aws sts get-caller-identity
4949
5050log_info " Publishing layers to GovCloud AWS regions"
5151LAYER_VERSION=" ${LAYER_VERSION} " FORWARDER_VERSION=" ${FORWARDER_VERSION} " aws-vault exec sso-govcloud-us1-fed-engineering -- ./tools/publish_layers.sh
5252
5353log_info " Publishing layers to commercial AWS regions"
54- LAYER_VERSION=" ${LAYER_VERSION} " FORWARDER_VERSION=" ${FORWARDER_VERSION} " aws-vault exec sso-prod-engineering -- ./tools/publish_layers.sh
54+ LAYER_VERSION=" ${LAYER_VERSION} " FORWARDER_VERSION=" ${FORWARDER_VERSION} " aws-vault exec sso-prod-lambda-admin -- ./tools/publish_layers.sh
You can’t perform that action at this time.
0 commit comments