Deploy updates to aws ecs services based on github commits. Posts deploy notifications to slack.
Assumptions:
- Task definitions map 1:1 with services, and they have the same name.
- Code is stored on github
- You want to deploy the latest commit in a branch
- Docker images are tagged with commit SHA
- Docker images are stored on AWS ECR