Today is officially the four year anniversary of my start date at AWS as a developer advocate. I thought I’d take a moment to write up my thoughts on the past four years working in this incredibly interesting role, at one of the most interesting companies in the world, on some incredibly interesting technology.| nathanpeck.com
This is part four in an ongoing series on developing an application that runs in AWS Fargate: Deploying the initial application skeleton to AWS Fargate Making the application horizontally autoscale in AWS Fargate Building a continuous integration / deployment pipeline In this article I’ll explore how to create a local development environment that lets me write code and test it in a container prior to using my CI/CD pipeline to deploy to the container to my production AWS Fargate environment.| nathanpeck.com
This is part three of a series on developing a Socket.io and AWS Fargate powered realtime chat application on AWS. Building a Socket.io chat app and deploying it using AWS Fargate (In part one I just packaged up an open source chat application from socket.| nathanpeck.com