jack-michaud / typescript-lambda-terraform

Typescript lambda (with tests) deployed with a terraform deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript Lambda Terraform Template

Just a repository that deploys a Typescript lambda with Terraform. Tests included!

Deploy steps

yarn run test
yarn run build
terraform init
terraform apply

It's that easy!

About

Typescript lambda (with tests) deployed with a terraform deployment


Languages

Language:HCL 61.3%Language:TypeScript 29.7%Language:JavaScript 8.9%