Skip to content

Use Amazon CloudWatch Events instead of AWS Step Functions #6

@toricls

Description

@toricls

We're using AWS Step Functions to wait for build jobs on AWS CodeBuild to complete. Since github-codebuild-integration has built from the context of Serverless Architecture, it should be replaced with Amazon CloudWatch Events to treat build job as an "event" not a status.

To achieve that:

  • Remove AWS Step Functions stuffs from the code and the CloudFormation template
  • Invoke build-result-notifier Lambda function by CloudWatch Events which is associated with CodeBuild project's status changing

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions