This repository contains the infrastructure as code for Tyler's blog.
- Run the setup script
% cd setup/
% bash setup.sh
- Get your Ipify API key.
- Run the terraform
% cd terraform
% terraform init
% terraform apply -var="ipify_key=<API_KEY>"
It uses Terraform to deploy the AWS services.
It also contains the Python and NodeJS code required for the lambda functions.