follow along with https://www.terraform.io/docs/providers/aws/r/lambda_function.html
Invoke-WebRequest $(terraform output base_url) |select -ExpandProperty content
go build -o main main.go aws s3 cp main.zip s3://samagilespud
teraform apply
Invoke-WebRequest $(terraform output base_url) |select -ExpandProperty content
follow steps on https://circleci.com/docs/2.0/getting-started/
Step 4. Build zip and push to s3 bucket
https://circleci.com/blog/circleci-hacks-validate-circleci-config-on-every-commit-with-a-git-hook/
Used pesistant storage and workflows https://circleci.com/docs/2.0/sample-config/