Deploy a simple Hello World AWS Lambda function on Lambda Managed Instances using AWS CDK
This pattern demonstrates how to deploy a simple Hello World AWS Lambda function running on AWS Lambda Managed Instances using AWS CDK.
AWS Lambda Managed Instances enables you to run Lambda functions on EC2 instances while maintaining Lambda's operational simplicity. It fully manages infrastructure tasks including instance lifecycle, OS and runtime patching, routing, load balancing, and auto scaling.
The Hello World function accepts an event with a name parameter and returns a simple JSON response with a greeting message.