interface LambdaAuthorizerInfo {
    credentials: any;
    uri: any;
}

Properties

Properties

credentials: any

Credentials required for invoking the authorizer in the form of an ARN of an IAM execution role. For example, "arn:aws:iam::account-id:IAM_role".

uri: any

The Uniform Resource Identifier (URI) of the authorizer Lambda function. The Lambda may also be passed directly, in which cases the URI will be obtained for you.

Generated using TypeDoc