A simple bot to find the corresponding Pull Request slack thread for each Failed/Succeeded CodeBuild CD notification, and send the notification to both the CD thread and the PR thread.
make installCheck .env.example for the required environment variables, then fill it to .env (will be auto-generated during make install)
make test.allmake docker.build.local.arm64
make docker.build.local.amd64make docker.run.local.arm64
make docker.run.local.amd64