Tags: AWS
Category: Architecture

Dynamically Build a Static Website on AWS (Part 2)

In my previous article, I described how to construct a HTML/CSS/Javascript static site using native AWS services. While this was a great first step toward understanding cloud native development, the need of THIS site compelled me to look further toward automating the process. In this article I will detail how I made this site dynamically regenerate when new articles are added.

Continue Reading…
Tags: AWS Lambda
Category: Architecture

AWS Lambda Microservice

Big Idea

A cloud native microservice using AWS Lambda, API Gateway and DynamoDB. Built by Travis CI. Intended as a reference implementation for a serverless microservice that provides basic CRUD operations with a NoSQL back-end.

Continue Reading…
Tags: AWS
Category: Architecture

Dynamically Build a Static Website on AWS

AWS Static Website
Continue Reading…