terraform-aws-modules / terraform-aws-lambda

Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/lambda/aws
Apache License 2.0
886 stars 656 forks source link

feat: Add module wrappers #479

Closed matheusmazzoni closed 1 year ago

matheusmazzoni commented 1 year ago

Description

This is a bit rough implementation of a wrapper pattern for all modules in this repository.

Motivation and Context

Currently I need to create a huge amount of lambdas within some projects using terragrunt. So that it doesn't become a gigantic task and with SEVERAL files, I based myself on the repositories that already implement this method of wrappers, such as, for example, the S3 Bucket and SNS module. I believe this solves my problem of managing several files within my repository and for other people who use it.

Breaking Changes

How Has This Been Tested?

matheusmazzoni commented 1 year ago

I forgot to put reviewers, sorry :( Could you review @antonbabenko?

antonbabenko commented 1 year ago

This PR is included in version 5.2.0 :tada:

github-actions[bot] commented 11 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.