Skip to content

tnorlund/Blog-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog-backend

This repository contains the infrastructure as code for Tyler's blog.

How To Run

  1. Run the setup script
% cd setup/
% bash setup.sh
  1. Get your Ipify API key.
  2. Run the terraform
% cd terraform
% terraform init
% terraform apply -var="ipify_key=<API_KEY>"

What It Is

It uses Terraform to deploy the AWS services.

terraform

It also contains the Python and NodeJS code required for the lambda functions.

lambda