Getting Started With Amplify 2021: Part 2 – Application Setup
Part 2 in the 2021 edition of “Intro to AWS Amplify: Build a multi-tenant SaaS application.
Getting Started: Intro to AWS Amplify: build a multi-tenant SaaS app (2021 Edition)
This is the revised 2021 version of my Intro to AWS Amplify: Build a multi-tenant SaaS app Series originally developed as part of an event organised by the Melbourne AWS Programming and Tools Meetup. For this 2021 edition, I’ve done a complete update to cover off all the changes in Amplify over the last 2 years and included some additional tips around using cloud9.
Writing your first CloudFormation Template
If you’ve spent any time in the land of DevOps over the last few years you will have no doubt heard of the term “Infrastructure as Code”… The idea of defining your infrastructure environment in source code so that it’s easier to track changes and manage versions over time.
An Introduction to AWS CloudFormation

If you’ve spent any time in the land of DevOps over the last few years you will have no doubt heard of the term “Infrastructure as Code”… The idea of defining your infrastructure environment in source code so that it’s easier to track changes and manage versions over time.
Cloud Lego with the AWS CDK

Learn how the AWS CDK empowers development teams to write infrastructure-as-code using the general purpose programming languages they already know.
Fast Feedback 101 [DevOps Series]

Today, I’m going to talk about fast feedback, what it is, why it’s important, and walk through an example of how we made it happen in one of our own projects.
As I write this, I’m currently waiting for a Cloudformation script update to deploy a lambda version of a product to a development environment. This is an implementation of Infrastructure as Code, where code stored in version control defines how we build, deploy, and run our product. There’s just one problem.
Infrastructure as Code 101 [DevOps Series]

Rather than building environments by hand from a checklist, turn the process into an automated and repeatable process. This is Infrastructure as Code.
re:Invent 2020 Wrap-Up: Werner Vogels Keynote

The final in this series overview of the AWS re:Invent 2020 keynotes – Werner Vogels focusing on Observability, Dependability, and “meeting developers where they are”.
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.