
Deploy a simple Hello World AWS Lambda function on Lambda Managed Instances using Terraform
git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/lambda-managed-instances-tfcd lambda && npm install && cd ..terraform initterraform applySee the Readme file for detailed deployment instructions.terraform destroy.