Fork this GitHub repository by launching the link and selecting the “Fork” button on the top right corner of the repository. This repo contains the application which will be used by App Runner as the source code repository (AWS Connector is used here).
A “Fork” is a standalone copy of the existing repository, in your own Git environment, that you can modify independently of the original code. Developer teams will often fork a project repository, and create “Branches” (copies of the code separate from the “main” code base) to perform development work against.