File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev-packages/e2e-tests/test-applications/aws-serverless Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ if [[ -z "$NODE_VERSION" ]]; then
1010fi
1111
1212echo " Pulling SAM Node $NODE_VERSION docker image..."
13- docker pull " public.ecr.aws/sam/build- nodejs${NODE_VERSION} .x:latest "
13+ docker pull " public.ecr.aws/lambda/ nodejs: ${NODE_VERSION} "
1414
15- echo " Successfully pulled SAM Node $NODE_VERSION docker image"
15+ echo " Successfully pulled Lambda Node $NODE_VERSION docker image"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export const test = base.extend<{ testEnvironment: LocalLambdaStack; lambdaClien
4343 ] ;
4444
4545 if ( process . env . NODE_VERSION ) {
46- args . push ( '--invoke-image' , `public.ecr.aws/sam/build- nodejs${ process . env . NODE_VERSION } .x:latest ` ) ;
46+ args . push ( '--invoke-image' , `public.ecr.aws/lambda/ nodejs: ${ process . env . NODE_VERSION } ` ) ;
4747 }
4848
4949 console . log ( `[testEnvironment fixture] Running SAM with args: ${ args . join ( ' ' ) } ` ) ;
You can’t perform that action at this time.
0 commit comments