Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Code for How to Process Data with Terraform and Lambda

Notifications You must be signed in to change notification settings

thanx/thanx-terraform-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

thanx-terraform-tutorial

This project hosts the code that accompanies the Serverless Data Processing with Terraform tutorial.

Development

This project requires an AWS count with IAM privileges (the free tier will suffice) as well as the Terraform CLI. If you've setup Homebrew, you can use that instead:

$ brew install terraform

Once you've cloned the repository, make sure to add your AWS access key ID/secret to the .credentials file. Then, you can load the keys into your path and initialize the Terraform environment:

$ source .credentials
$ cd src
$ terraform init

You can verify what resources will be created by checking the execution plan:

$ terraform plan

About

Code for How to Process Data with Terraform and Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published