Monday, 7 May 2018

AWS CodeBuild now adds support for Local testing and Debug

With AWS Codebuild you can now debug and locally test by using the AWS CodeBuild builds by utilizing the new CodeBuild Local agent. Earlier, you had to test the AWS CodeBuild build and then you had to fully configure and run the CodeBuild. But now you can simply trigger a CodeBuild environment locally to troubleshoot quickly the setting and the commands located in the BuildSpec File. The agent enables you to build your own application locally before performing any changes to build on the AWS Cloud. You can read the blog post to understand further on how to test builds locally with the AWS Codebuild. 

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...