Skip to content

Replace Step Functions with CloudWatch Events #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 11, 2017
Merged

Conversation

toricls
Copy link
Owner

@toricls toricls commented Sep 11, 2017

This PR closes #6.

  • Removes unnecessary Lambda functions: build-dispatcher, build-result-exporter
  • Removes the Step Functions resource defs from sam.yml (it cannot be removed due to the CFn's buggy behavior, see the comment in sam.yml)
  • Rename Lambda function build-result-notifier to build-state-notifier because it notifies not only success/failure but also in-progress
  • Creates a CloudWatch Events resource to invoke build-result-notifier to update GitHub status by CodeBuild project's status changing
  • And some cosmetic changes in sam.yml

@toricls toricls added this to the v0.2.0 milestone Sep 11, 2017
@toricls toricls self-assigned this Sep 11, 2017
@toricls toricls merged commit 9425323 into master Sep 11, 2017
@toricls toricls deleted the cloudwatch-events branch September 11, 2017 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Amazon CloudWatch Events instead of AWS Step Functions
1 participant