Skip to content
Discussion options

You must be logged in to vote

@corbinabeebe , have you seen this? It offers some troubleshooting steps: https://repost.aws/questions/QUA20KN_o0SfOchiGO573GHw/cannot-deploy-docker-container-to-lambda

I've never seen that error.

Additionally, Is there a way I can define what ecr repo the image uploads too so I am not using the defualt repo for cdk?

I haven't verified by this is what Amazon Q says:

Yes, you can customize the ECR repository name in your CDK code. For your NextjsRegionalContainers setup, you can specify this in the overrides:

const nextjs = new NextjsRegionalContainers(this, "Nextjs", {
  healthCheckPath: "/api/health",
  buildContext: fileURLToPath(new URL("..", import.meta.url)),
  overrides: {
    ne…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
6 replies
@StuClift
Comment options

@coltenkrauter
Comment options

@corbinabeebe
Comment options

@corbinabeebe
Comment options

@StuClift
Comment options

Comment options

You must be logged in to vote
1 reply
@bestickley
Comment options

Answer selected by bestickley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants