Wednesday, 3 January 2018

Amazon Web Service CodeBuild supports Builds for the .NET Core 2.0

Amazon Web Service Codebuild adds support builds for .NET Core 2.0 for Linux Operating System in addition to the earlier support which was .NET Core 1.1. Amazon Web Service Codebuild is a managed build service that generates software packages, runs test and compiles source code that is ready to deploy. With the AWS CodeBuild, you don’t have to scale, supply and manage build servers. CodeBuild scales frequently and processes various builds concurrently so that the builds are not waiting in the queue. You can also create custom build environments by using your own build tools and you can also get started by swiftly utilizing the prepackaged build environments. 

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