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

Add function_url_auth_type to aws_lambda_permission #425

Closed anthonyangel closed 1 year ago

anthonyangel commented 1 year ago

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform, too.

Is your request related to a problem? Please describe.

I would like to be able to configure a lambda function URL to support IAM authenticatiom through this module

Describe the solution you'd like.

Adding function_url_auth_type as an optional parameter to var.allowed_triggers

Describe alternatives you've considered.

Adding resource "aws_lambda_permission" outside of the call to the module

Additional context

This is similar to https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/403

github-actions[bot] commented 1 year ago

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

github-actions[bot] commented 1 year ago

This issue was automatically closed because of stale in 10 days

github-actions[bot] commented 1 year ago

I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.