Lambda Function URL
Built-in HTTPS endpoint for a Lambda function.
Configuration
Section titled “Configuration”| Setting | Type | Required | Default |
|---|---|---|---|
| Function name / ARN | Text | — | — |
| Auth type Options: AWS IAM (signed), None (public) | Choice | — | AWS_IAM |
| Invoke mode Options: Buffered, Response streaming | Choice | — | BUFFERED |
| Alias / version | Text | — | — |
| CORS allow origins | List | — | — |
| CORS allow methods | List | — | — |
| CORS allow headers | List | — | — |
| CORS expose headers | List | — | — |
| CORS allow credentials | Toggle | — | false |
| CORS max age (s) | Number | — | 0 |
| Tags | Key–value | — | — |
Connections
Section titled “Connections”| Socket | Direction | Accepts | Terraform arg |
|---|---|---|---|
| Function | Input | aws.lambda | function_name |
| HTTP client | Output | any | — |