Skip to content

tedpatrick/IaC-with-AWS-CDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IaC-with-AWS-CDK

This repository is a collection of IaC (Infrastructure as Code) using AWS CDK. There are three stacks:

  • empty
  • web_backend
  • event_workers

Slides from presentation at BEW: https://github.com/tedpatrick/IaC-with-AWS-CDK/blob/main/SLIDES.pdf

Prerequisites

  • Node
  • direnv

Setup

  1. Copy the .envrc.example file to .envrc
cp .envrc.example .envrc
  1. Update the .envrc file with your AWS credentials

  2. Allow the .envrc file

direnv allow
  1. CD into stack folder
cd empty
npm install
  1. Bootstrap the CDK
npm run bootstrap
  1. Deploy the stack
npm run deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published