Skip to content

Conversation

@josh-padnick
Copy link
Contributor

This PR adds a new Lambda function deployment.

Lambda Configuration

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

Files Added

  • non-prod/us-west-2/example-lambda/terragrunt.hcl - Terragrunt unit configuration
  • non-prod/us-west-2/example-lambda/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-lambda directory to deploy

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

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 23:18
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