lambda Authorizer Config
Parameters
value
A LambdaAuthorizerConfig holds configuration on how to authorize AWS AppSync API access when using the AWS_LAMBDA authorizer mode. Be aware that an AWS AppSync API may have only one Lambda authorizer configured at a time.
suspend fun lambdaAuthorizerConfig(argument: suspend GraphQlApiLambdaAuthorizerConfigArgsBuilder.() -> Unit)
Parameters
argument
A LambdaAuthorizerConfig holds configuration on how to authorize AWS AppSync API access when using the AWS_LAMBDA authorizer mode. Be aware that an AWS AppSync API may have only one Lambda authorizer configured at a time.