Define Terraform Configuration with CDKTF
- 12minDeploy Lambda functions with TypeScript and CDK for TerraformApplication stacks enable you to independently manage resources that share the same CDK for Terraform (CDKTF) code. Provision multiple AWS Lambda functions, S3 Buckets, and IAM roles that share the same TypeScript code in stacks, using CDKTF.
- 20minDeploy an application with CDK for TerraformDeploy an application on Kubernetes with CDK for Terraform (CDKTF). Write TypeScript code to define your application infrastructure. Refactor your application using CDKTF constructs. Deploy another instance of your application as a separate CDKTF stack.