awslabs / amazon-app-runner-deploy

Registers an AWS AppRunner Service and deploys the application using the source code of a given GitHub repository. Supports both source code and Docker image based service
MIT No Attribution
49 stars 32 forks source link

How do I see a job status after deployment? #32

Closed xenia-kra closed 1 year ago

xenia-kra commented 1 year ago

After completing deployment, there might a situation when the deployment isn't successful and App Runner is performing rollback. In this case, we don't see any error in the action performed on Github side. Is there a flag to configure this behavior? If not, I was hoping to get the operation id from the outputs to be able to access aws cli listOperations with it? Would be glad to hear how to deal with this case