Improve this page

Back to AWS Terraform templates index <–

AWS Lambda function url

Provides AWS Lambda function url.

Template Locations

Online documentation

Template reference
Service description

module "aws_lambda_function_url" {
  function_name      = "test-lambda"
  authorization_type = "NONE"
}