Skip to content

Conversation

@josh-padnick
Copy link
Contributor

This PR adds a new Lambda function deployment.

Lambda Configuration

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

Files Added

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

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

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