We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c81d79 commit 26b98c3Copy full SHA for 26b98c3
continous-integration/index.ts
@@ -25,7 +25,7 @@ new lambda.Function(stack, 'python3.8', {
25
code: lambda.Code.fromAsset(path.resolve(__dirname, 'lambda-handlers/py38'),
26
{
27
bundling: {
28
- image: DockerImage.fromRegistry('lambci/lambda:build-python3.8'),
+ image: DockerImage.fromRegistry('public.ecr.aws/sam/build-python3.8:latest'),
29
command: ['/bin/bash', '-c', [
30
'pip install -r requirements.txt -t /asset-output/',
31
'cp faust.png /asset-output',
0 commit comments