Monday, 18 December 2017

Amazon CloudWatch Events now supports the Amazon Web Service CodeBuild as an Event Target

The Amazon CloudWatch Events now allows you to take an action quickly to configuration changes or application availability issues that will affect the security or performance by notifying the users of the Amazon Web Service changes in real-time. The users just have to write the rules to point out the events that are interesting to the application and what action can be taken when the rule matches the event. Amazon Web Service Codebuild project can be utilized as an event target to operating a build. AWS Codebuild is a managed build service that groups the source code, produces artifacts and runs unit test. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...