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
10
10
fi
11
11
12
12
echo " 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} "
14
14
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
43
43
] ;
44
44
45
45
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 } ` ) ;
47
47
}
48
48
49
49
console . log ( `[testEnvironment fixture] Running SAM with args: ${ args . join ( ' ' ) } ` ) ;
You can’t perform that action at this time.
0 commit comments