Module lambda_function_urls

Source
Available on crate feature lambda_function_urls only.
Expand description

AWS Lambda event definitions for lambda_function_urls.

Structsยง

LambdaFunctionUrlRequest
LambdaFunctionUrlRequest contains data coming from the HTTP request to a Lambda Function URL.
LambdaFunctionUrlRequestContext
LambdaFunctionUrlRequestContext contains the information to identify the AWS account and resources invoking the Lambda function.
LambdaFunctionUrlRequestContextAuthorizerDescription
LambdaFunctionUrlRequestContextAuthorizerDescription contains authorizer information for the request context.
LambdaFunctionUrlRequestContextAuthorizerIamDescription
LambdaFunctionUrlRequestContextAuthorizerIamDescription contains IAM information for the request context.
LambdaFunctionUrlRequestContextHttpDescription
LambdaFunctionUrlRequestContextHttpDescription contains HTTP information for the request context.
LambdaFunctionUrlResponse
LambdaFunctionUrlResponse configures the HTTP response to be returned by Lambda Function URL for the request.