My Kotlin AWS Journey
This blog series documents my journey learning Kotlin and AWS. I'm documenting what I have learned into easy to follow tutorials, and a couple posts describing my opinions on archtecture.
Introduction
Explains why I started this journey and what my goals are for the project.
(Posted Jan 11, 2019)
Ktor and Docker
Tutorial for create a HelloWorld Ktor application and how to Dockerize it for deployment to ECS.
(Posted Jan 18, 2019)
Hello ECS: Part1
Tutorial for creating an ECS cluster and deploying a container to the cluster. It walks through running CloudFormation templates
ecs.yml
andservice.yml
.
(Posted Jan 25, 2019)
Hello ECS: Part 2
Tutorial describing the resource configurations for the CloudFomation templates
ecs.yml
andservice.yml
.
(Posted Feb 1, 2019)
Hello CI/CD
Tutorial creating a AWS Pipeline via CloudFormation for building and deploying a service to ECS cluster.
(Posted March 4, 2019)
Taking a Break
I started a new position with Gatsby. I'm focusing my energy on upgrading Gatsby's infrastructure, and plan to blog more once that is compelete. Stay tuned.