Verify pipeline

Let your pipline run every stage. After it finishes it will look all green like the following screenshot:

VerifyPipelineRunning

Push the changes

In the terminal, run the following commands from the root directory of your sam-app project.

git add .
git commit -m "CI/CD Pipeline definition"
git push

Congratulations! You have created a CI/CD pipeline for a Serverless application!