aws-cdk

AWS Cross Account Route53 Record Updates with CDK

In this example we will create a Route 53 hosted zone and STS role in account A. In account B we will use CDK to create a CloudFront distribution with a custom alternate DNS name. Then using a CDK custom resource we will assume the role in account B to add the domain name to the Route 53 hosted zone.

Read
aws-cdk

Using AWS CodeDeploy Lambda Linear Deployment in CDK

This repo contains a reference architecture for using CodeDeploy linear deployment to incrementally shift traffic from an old Lambda version to a new one. This is commonly referred to a Blue/Green deployment and allows a new version to be tested with a small amount of traffic before being released to all users.

Read
CircleCI

Some post about CircleCI configurations

This is a post about some CircleCI config that is unique or not common.

Read
CircleCI

Another post about CircleCI

Some more stuff about CircleCI in here. There is so much config out there that I should be able to find something to write about.

Read