Why is my AWS App Runner application not deploying?

1.7k Views Asked by At

I'm trying to deploy an application with AWS App Runner and initially had a successful deploy. However, as I make changes to the app, then push to GitHub, the application deployment begins, runs for about 20 minutes then fails.

Here are the last few lines from the deploy log:

[Build] Successfully built 96fba6016991
[Build] Successfully tagged application-image:latest
[AppRunner] Failed to deploy your application source code.

Then the application rolls back. I cannot locate any other logs with any additional information.

Where can I find more descriptive logs? Why is my application not deploying?

0

There are 0 best solutions below