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 657 forks source link

feat: Event source mapping scaling_config block for maximum concurrency #426

Closed akkigpt closed 1 year ago

akkigpt commented 1 year ago

Description

The aim of this PR is to add scaling_config block in resource aws_lambda_event_source_mapping for updating maximum_concurrency to SQS trigger in lambdas.

Motivation and Context

This requirement is to add Maximum concurrency to lambda trigger like while adding an SQS as event trigger. In trigger configuration to update Maximum concurrency through terraform it require a block scaling_config in resource aws_lambda_event_source_mapping.. This PR is on the context to add scaling configuration to aws_lambda_event_source_mapping.

Breaking Changes

NA

How Has This Been Tested?

akkigpt commented 1 year ago

@antonbabenko Please let me know if any changes or necessary task to implement with this PR

dedosmedia commented 1 year ago

Thanks @akkigpt I need this feature!

github-actions[bot] commented 1 year ago

This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days

github-actions[bot] commented 1 year ago

This PR was automatically closed because of stale in 10 days

github-actions[bot] commented 1 year 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.