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: Add qualified invoke ARN output #437

Closed joshbeard closed 1 year ago

joshbeard commented 1 year ago

Description

Add an output for the qualified_invoke_arn, which is useful for configuring a function with provisioned concurrency.

Motivation and Context

This addresses issue #384

See the AWS docs about using provisioned concurrency with a qualified ARN:

Breaking Changes

None.

How Has This Been Tested?

bdwellons commented 1 year ago

Bumping this MR. We could use it to simplify our TF implementations using provisioned concurrency.

antonbabenko commented 1 year ago

This PR is included in version 4.17.0 :tada:

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.