Article Image

From zero to hero with kops and AWS

This is an awesome tool to setup and maintain your clusters, currently only compatible with AWS and GCE...

Article Image

Serve your static website with S3 and CloudFront

This article will be part of a series, the idea is to get a fully serverless site up and running with login functionality, maybe a profile page, and some random utility, but...

Article Image

Creating a lambda function with terraform

Here we will see how to use terraform to manage lambda functions, it will be a simple hello world in node.js, available as gist...

Article Image

Serverless authentication with Cognito

In this article we will see how to use Terraform and Go to create a serverless API using API Gateway, Lambda, and Go, and we will also handle authentication with AWS Cognito...