TestInvokeAuthorizerRequest
Make a request to simulate the invocation of an Authorizer.
Types
Properties
Link copied to clipboard
A key-value map of additional context variables.
Link copied to clipboard
Specifies a test invoke authorizer request's Authorizer ID.
Link copied to clipboard
The headers as a map from string to list of values to simulate an incoming invocation request. This is where the incoming authorization token, or identity source, may be specified.
Link copied to clipboard
The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.
Link copied to clipboard
A key-value map of stage variables to simulate an invocation on a deployed Stage.
Functions
Link copied to clipboard
inline fun copy(block: TestInvokeAuthorizerRequest.Builder.() -> Unit = {}): TestInvokeAuthorizerRequest