Posted On: Nov 24, 2021

AWS App Runner now supports GitHub Actions to build and deploy applications. GitHub Actions provide a way to implement complex orchestration and CI/CD functionality directly in GitHub by initiating a workflow on any GitHub event. If you have your source code in a GitHub repository, you can use GitHub Actions to enable App Runner to build a Docker image based on the language runtime and to deploy your application based on the generated image. For supported runtimes on App Runner, refer to the documentation. If you already have a container image of your application in a GitHub repository, you can use GitHub Actions to directly use the image to deploy your application on App Runner.

You can construct a custom workflow using GitHub Actions to easily deploy your applications to App Runner directly from GitHub. To learn more about using AWS App Runner through GitHub Actions, refer to the blog. To learn more about AWS App Runner, refer to the documentation.