AWS Lambda · Schema

FunctionUrlConfig

Configuration for a Lambda function URL

Properties

Name Type Description
FunctionUrl string The HTTP URL endpoint for the function
FunctionArn string The ARN of the function
AuthType string The type of authentication the function URL uses
CreationTime string When the function URL was created in ISO 8601 format
LastModifiedTime string When the function URL was last modified
InvokeMode string Use BUFFERED for synchronous invocation or RESPONSE_STREAM for response streaming
View JSON Schema on GitHub