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 6cd24ce commit 3cea126Copy full SHA for 3cea126
fargate.template.yaml
@@ -56,7 +56,10 @@ Resources:
56
OperatingSystemFamily: 'LINUX'
57
ContainerDefinitions:
58
- Name: lambda-dispatch-router
59
- Image: !Sub '${AWS::AccountId}.dkr.ecr.${AWS::Region}.amazonaws.com/lambda-dispatch-router:latest'
+ # 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'
63
Essential: true
64
Environment:
65
- Name: LAMBDA_DISPATCH_MaxWorkerThreads
0 commit comments