Build your event-driven application using AWS CloudFormation Git sync status changes

AWS CloudFormation Git sync now publishes sync status changes as events to Amazon Eventbridge. With this launch, you can subscribe to new deployment sync events that shows your Git repositories or resource sync status changes. You can also get instant notification and build on top of it to further automate your GitOps workflow. With EventBridge, you can take advantage of a serverless event bus to easily connect and route events between many AWS services and third-party applications. Events are delivered to EventBridge in near real-time, and you can write simple rules to listen for specific events.

AWS CloudFormation allows you to launch and configure your desired resources and their dependencies together as a stack described in a template. Using AWS CloudFormation Git sync, you can store this template in a remote Git repository and have your stacks synchronized to automate your workflow. Now, using the status changes in Eventbridge, you can build event-driven application based on the notification you received when the sync completed or failed, track the metrics, or automate rollback deployments of broken code.

This feature is available in the following regions: US East (N. Virginia), US East (Ohio), US West (N. California), US West (Oregon), Asia Pacific (Mumbai), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Europe (Paris), Canada (Central), Europe (Frankfurt), Europe (Ireland), Europe (London), Europe (Milan), Europe (Stockholm), and South America (São Paulo).

You learn more from our documentation here and our launch blog here.
 

Source:: Amazon AWS