AWS Fundamentals Logo
AWS Fundamentals
Resource

aws_glue_user_defined_function

Manages an Glue User Defined Function resource.

View Full Documentation on Terraform Registry

Sample HCL Configuration

A minimal configuration to get started. Refer to the Terraform Registry docs for all available arguments.

main.tf
resource "aws_glue_user_defined_function" "example" {
  # Required arguments
  function_name = "my-function"
  runtime       = "nodejs22.x"
  handler       = "index.handler"
}

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter