AWS News Blog
Category: AWS CodeBuild
AWS Week in Review – Updates on HAQM FSx for NetApp ONTAP, AWS Lambda, eksctl, Karpenter, and More – July 17, 2023
The Data Centered: Eastern Oregon, a five-part mini-documentary series looking at the real-life impact of the more than $15 billion investment AWS has made in the local community, and how the company supports jobs, generates economic growth, provides skills training and education, and unlocks opportunities for local businesses suppliers. Last week, I watched a new […]
New – Building a Continuous Integration Workflow with Step Functions and AWS CodeBuild
May 29, 2020: Post updated to include AWS CodePipeline support to invoke Step Functions with a new action type. Automating your software build is an important step to adopt DevOps best practices. To help you with that, we built AWS CodeBuild, a fully managed continuous integration service that compiles source code, runs tests, and produces packages […]
Launch – .NET Core Support In AWS CodeStar and AWS Codebuild
A few months ago, I introduced the AWS CodeStar service, which allows you to quickly develop, build, and deploy applications on AWS. AWS CodeStar helps development teams to increase the pace of releasing applications and solutions while reducing some of the challenges of building great software. When the CodeStar service launched in April, it was […]
AWS CodeBuild – Fully Managed Build Service
Developers typically have to set up and operate a shared build server to run continuous integration builds and tests on their source code changes. Because of the maintenance overhead, many developers avoid that and just run builds on their local machines, often leading to situations where code that works for one developer does not work […]