AWS Compute Blog
Category: AWS CodeBuild
Improving the Getting Started experience with AWS Lambda
Update – October 30, 2019: This experience is now available in the following regions: us-east-1, us-east-2, us-west-1, us-west-2, ap-northeast-1, ab-northeast-2, ap-south-1, ap-southeast-1, ap-southeast-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, sa-east-1. Original post from October 3, 2019: A common question from developers is, “How do I get started with creating serverless applications?” Frequently, I point developers to the […]
Read MoreSharing automated blueprints for Amazon ECS continuous delivery using AWS Service Catalog
This post is contributed by Mahmoud ElZayet | Specialist SA – Dev Tech, AWS Modern application development processes enable organizations to improve speed and quality continually. In this innovative culture, small, autonomous teams own the entire application life cycle. While such nimble, autonomous teams speed product delivery, they can also impose costs on compliance, […]
Read MoreDeploying GitOps with Weave Flux and Amazon EKS
This post is contributed by Jon Jozwiak | Senior Solutions Architect, AWS You have countless options for deploying resources into an Amazon EKS cluster. GitOps—a term coined by Weaveworks—provides some substantial advantages over the alternatives. With only Git as the single, central source for controlling deployment into your cluster, GitOps provides easy version control […]
Read MoreScanning Docker Images for Vulnerabilities using Clair, Amazon ECS, ECR, and AWS CodePipeline
Post by Vikrama Adethyaa, Solution Architect and Tiffany Jernigan, Developer Advocate Containers are an increasingly important way for you to package and deploy your applications. They are lightweight and provide a consistent, portable software environment for applications to easily run and scale anywhere. A container is launched from a container image, an executable package that […]
Read MoreMachine Learning with AWS Fargate and AWS CodePipeline at Corteva Agriscience
This post contributed by Duke Takle and Kevin Hayes at Corteva Agriscience At Corteva Agriscience, the agricultural division of DowDuPont, our purpose is to enrich the lives of those who produce and those who consume, ensuring progress for generations to come. As a global business, we support a network of research stations to improve agricultural […]
Read MoreAnnouncing Go Support for AWS Lambda
This post courtesy of Paul Maddox, Specialist Solutions Architect (Developer Technologies). Today, we’re excited to announce Go as a supported language for AWS Lambda. As someone who’s done their fair share of Go development (recent projects include AWS SAM Local and GoFormation), this is a release I’ve been looking forward to for a while. I’m […]
Read MoreSet Up a Continuous Delivery Pipeline for Containers Using AWS CodePipeline and Amazon ECS
This post contributed by Abby Fuller, AWS Senior Technical Evangelist Last week, AWS announced support for Amazon Elastic Container Service (ECS) targets (including AWS Fargate) in AWS CodePipeline. This support makes it easier to create a continuous delivery pipeline for container-based applications and microservices. Building and deploying containerized services manually is slow and prone to errors. Continuous delivery […]
Read More