Skip to content

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

2 participants