AWS CodeBuild Now Supports Local Testing and Debugging

Posted on: May 4, 2018

You can now locally test and debug your AWS CodeBuild builds using the new CodeBuild local agent.  Previously, if you wanted to test your AWS CodeBuild build, you had to fully configure and run CodeBuild.  Now, you can simulate a CodeBuild environment locally to quickly troubleshoot the commands and settings located in the BuildSpec file.  The agent also allows you to build your application locally before committing your changes to build on the cloud.

Read our blog post to learn how to test builds locally with AWS CodeBuild.  To learn more about using AWS CodeBuild, follow our getting started path or visit the console directly.

For a full list of Regions where AWS CodeBuild is available, go here.