AWS Compute Blog

Tag: codedeploy

Using AWS CodeDeploy and AWS CodePipeline to Deploy Applications to Amazon Lightsail

This post is contributed by Mike Coleman | Developer Advocate for Lightsail | Twitter: @mikegcoleman Introduction Amazon Lightsail is the easiest way to get started in the cloud, allowing you to get your application running on your own virtual server in a matter of minutes. But, what do you do if you want to update […]

Implementing safe AWS Lambda deployments with AWS CodeDeploy

This post courtesy of George Mao, AWS Senior Serverless Specialist – Solutions Architect AWS Lambda and AWS CodeDeploy recently made it possible to automatically shift incoming traffic between two function versions based on a preconfigured rollout strategy. This new feature allows you to gradually shift traffic to the new function. If there are any issues […]

Serverless @ re:Invent 2017

At re:Invent 2014, we announced AWS Lambda, what is now the center of the serverless platform at AWS, and helped ignite the trend of companies building serverless applications. This year, at re:Invent 2017, the topic of serverless was everywhere. We were incredibly excited to see the energy from everyone attending 7 workshops, 15 chalk talks, 20 […]

Implementing Canary Deployments of AWS Lambda Functions with Alias Traffic Shifting

This post courtesy of Ryan Green, Software Development Engineer, AWS Serverless The concepts of blue/green and canary deployments have been around for a while now and have been well-established as best-practices for reducing the risk of software deployments. In a traditional, horizontally scaled application, copies of the application code are deployed to multiple nodes (instances, […]

Continuous Deployment for Serverless Applications

With a continuous deployment infrastructure, developers can quickly and safely release new features and bug fixes for their applications without manually triggering any deployment scripts. Amazon Web Services offers a number of products that make the creation of deployment pipelines easier: AWS CodePipeline AWS CodeCommit AWS CodeBuild – newly launched A typical serverless application consists […]