Skip to content

Conversation

@josh-padnick
Copy link
Contributor

This PR adds a new Lambda function deployment.

Lambda Configuration

Setting Value
Function Name example-lambda6
Environment non-prod
Region us-west-2
Path non-prod/us-west-2/example-lambda6

Files Added

  • non-prod/us-west-2/example-lambda6/terragrunt.hcl - Terragrunt unit configuration
  • non-prod/us-west-2/example-lambda6/src/app.py - Lambda handler source code

Next Steps

  1. Review the configuration changes
  2. Merge this PR
  3. Run terragrunt apply in the non-prod/us-west-2/example-lambda6 directory to deploy

This commit adds a new Lambda function configuration:
- Function name: example-lambda6
- Environment: non-prod
- Region: us-west-2
- Path: non-prod/us-west-2/example-lambda6

Files included:
- terragrunt.hcl - Terragrunt unit configuration
- src/app.py - Lambda handler source code
@josh-padnick josh-padnick requested a review from yhakbar as a code owner December 8, 2025 22:29
This commit adds a new Lambda function configuration:
- Function name: example-lambda6
- Environment: non-prod
- Region: us-west-2
- Path: non-prod/us-west-2/example-lambda6

Files included:
- terragrunt.hcl - Terragrunt unit configuration
- src/app.py - Lambda handler source code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants