enum HttpLambdaResponseType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AwsApigatewayv2Authorizers.HttpLambdaResponseType |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapigatewayv2authorizers#HttpLambdaResponseType |
Java | software.amazon.awscdk.aws_apigatewayv2_authorizers.HttpLambdaResponseType |
Python | aws_cdk.aws_apigatewayv2_authorizers.HttpLambdaResponseType |
TypeScript (source) | aws-cdk-lib » aws_apigatewayv2_authorizers » HttpLambdaResponseType |
Specifies the type responses the lambda returns.
Members
| Name | Description |
|---|---|
| SIMPLE | Returns simple boolean response. |
| IAM | Returns an IAM Policy. |
SIMPLE
Returns simple boolean response.
IAM
Returns an IAM Policy.

.NET
Go
Java
Python
TypeScript (