Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 228 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 228 Bytes

Initialize Terraform: $ cd terraform/ $ terraform init

Initizalize Lambda Function: #This will build an S3 bucket, zip and store the python function, and create the Lambda in AWS. $ terraform apply --var-file=params/poc.tfvars