re:Invent 2020 wrap-up: Andy Jassy Keynote

A quick overview and wrap-up of the major themes and product launches from the Andy Jassy Keynote at AWS re:Invent 2020.
Continuous Deployment 101 [DevOps Series]

In this post we’re pick up where we left off in the Continuous Delivery article, and cover Continuous Deployment.
Docker CLI Integration with Amazon ECS

This post looks at how we can apply familiar Docker toolchain commands and workflows used for local application development with containers to integrate with Amazon ECS.
Performing Rolling Updates in Terraform with CloudFormation

In this post we look at one of the most common problems Terraform encounters – managing rolling updates to AWS AutoScaling Groups – and how you can utilise CloudFormation to solve this.
Continuous Delivery 101 [DevOps Series]

This is the first part of many items in our DevOps 101 blog series. We’re going to break down the what, why, and the how of modern DevOps practices. Today, we’re starting with Continuous Delivery.
Migrating SQL Server to PostgreSQL

Some of the challenges and pitfalls that await you on this journey of migrating your SQL Server data and codebase over to PostgreSQL, as well as a discussion about the AWS tools available to help you along the way.
Amplify Your Web and Mobile Application Development [Video]

Learn how AWS Amplify is being used to modernise traditional web and mobile application development.
Intro to AWS Amplify: build a multi-tenant SaaS app [Part 2 – App Setup]

Following on from Part 1 in our intro to AWS Amplify series, in Part 2 we will create the skeleton of our new Amplify application and host it in a repository.
Intro to AWS Amplify: build a multi-tenant SaaS app [Part 1 – Preparation]

Our new series of articles see us walk through the process of building out a web application using AWS Amplify. It will be a typical todo application written in React and Node JS and we’ll use the Amplify CLI to configure and deploy it into both a test and production environment.
Extend AWS Amplify with Custom Resources

AWS Amplify is an opinionated full stack serverless framework and set of cloud services that enables developers to build web and mobile applications that are highly available, scalable, secure, and cost effective.