Skip to content

Commit 3cea126

Browse files
committed
Switch to public router image
1 parent 6cd24ce commit 3cea126

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fargate.template.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ Resources:
5656
OperatingSystemFamily: 'LINUX'
5757
ContainerDefinitions:
5858
- Name: lambda-dispatch-router
59-
Image: !Sub '${AWS::AccountId}.dkr.ecr.${AWS::Region}.amazonaws.com/lambda-dispatch-router:latest'
59+
# When using the public ECR published by the github builds, use this line:
60+
Image: public.ecr.aws/pwrdrvr/lambda-dispatch-router:main
61+
# When testing local builds published to the Private ECR, use this line:
62+
# Image: !Sub '${AWS::AccountId}.dkr.ecr.${AWS::Region}.amazonaws.com/lambda-dispatch-router:latest'
6063
Essential: true
6164
Environment:
6265
- Name: LAMBDA_DISPATCH_MaxWorkerThreads

0 commit comments

Comments
 (0)