-
Notifications
You must be signed in to change notification settings - Fork 1k
New serverless pattern - Lambda Managed Instances with Terraform #2904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
New serverless pattern - Lambda Managed Instances with Terraform #2904
Conversation
marcojahn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @matt-boland, thank you for your contribution. I requested a few small changes. Please review.
Best regards & TY.
| @@ -0,0 +1,360 @@ | |||
| # Lambda Hello World on Lambda Managed Instances (Terraform) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # Lambda Hello World on Lambda Managed Instances (Terraform) | |
| # AWS Lambda Hello World on AWS Lambda Managed Instances (Terraform) |
| @@ -0,0 +1,3 @@ | |||
| { | |||
| "name": "AWS Lambda on Managed Instances" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "name": "AWS Lambda on Managed Instances" | |
| "name": "AWS Lambda on Lambda Managed Instances" |
| @@ -0,0 +1,72 @@ | |||
| { | |||
| "title": "Lambda Hello World on Lambda Managed Instances (Terraform)", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "title": "Lambda Hello World on Lambda Managed Instances (Terraform)", | |
| "title": "AWS Lambda Hello World on AWS Lambda Managed Instances (Terraform)", |
| - Uses Python's standard logging library for event logging | ||
| - Demonstrates minimal Lambda function structure using Python type hints | ||
|
|
||
| ### CloudWatch Log Group |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ### CloudWatch Log Group | |
| ### Amazon CloudWatch Log Group |
Issue #, if available:
#2905
Description of changes:
This PR adds a new serverless pattern lambda-managed-instances-tf that demonstrates deploying AWS Lambda functions on Lambda Managed Instances using Terraform.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.