Learn Terraform CDKTF - Assets, Stacks and Lambda

This repo is a companion repo to the Deploy Multiple Lambda Functions with TypeScript tutorial, containing configuration files for both CDKTF and Lambda functions.

The cdktf directory contains all the CDKTF configuration. The lambda-hello-world and lambda-hello-name are sample Lambda functions that print "Hello world" and "Hello name", where name is the name query parameter.