Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.23 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.23 KB

Showcase Serverless App using API gateway v2 and Lambda

This showcase should make it easy to compare between IaC code variants as both are creating the same resources. After deployment you got an AWS API Gateway v2 which executes a lambda function to print "Hello world!"

The IaC code is written in

As of CDK for Terraform 0.5 it is possible to convert terraform code. See cdktf-convert/run.sh.

Usage

All directories are containing a run.sh script to get you started.

Resources

AWS Resources which are created:

  • CloudWatch Logs
    • Role & Policy (allow lambda write to CloudWatch)
  • Lambda Function
    • API Gateway v2

References