Skip to content

Commit 26b98c3

Browse files
committed
ci: use sam build image
1 parent 1c81d79 commit 26b98c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continous-integration/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ new lambda.Function(stack, 'python3.8', {
2525
code: lambda.Code.fromAsset(path.resolve(__dirname, 'lambda-handlers/py38'),
2626
{
2727
bundling: {
28-
image: DockerImage.fromRegistry('lambci/lambda:build-python3.8'),
28+
image: DockerImage.fromRegistry('public.ecr.aws/sam/build-python3.8:latest'),
2929
command: ['/bin/bash', '-c', [
3030
'pip install -r requirements.txt -t /asset-output/',
3131
'cp faust.png /asset-output',

0 commit comments

Comments
 (0)