# learn-cdktf-assets-stacks-lambda **Repository Path**: mirrors_hashicorp/learn-cdktf-assets-stacks-lambda ## Basic Information - **Project Name**: learn-cdktf-assets-stacks-lambda - **Description**: No description available - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-05 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Learn Terraform CDKTF - Assets, Stacks and Lambda This is a companion repository for the Hashicorp [Deploy Multiple Lambda Functions with TypeScript](https://developer.hashicorp.com/terraform/tutorials/cdktf/cdktf-assets-stacks-lambda) tutorial. 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.