Expand description

AWS Lambda event definitions for apigw.

Structs

ApiGatewayCustomAuthorizerContext represents the expected format of an API Gateway custom authorizer response. Deprecated. Code should be updated to use the Authorizer map from APIGatewayRequestIdentity. Ex: Authorizer[“principalId”]
ApiGatewayCustomAuthorizerPolicy represents an IAM policy
ApiGatewayCustomAuthorizerRequest contains data coming in to a custom API Gateway authorizer function.
ApiGatewayCustomAuthorizerRequestTypeRequest contains data coming in to a custom API Gateway authorizer function.
ApiGatewayCustomAuthorizerRequestTypeRequestContext represents the expected format of an API Gateway custom authorizer response.
ApiGatewayCustomAuthorizerRequestTypeRequestIdentity contains identity information for the request caller.
ApiGatewayCustomAuthorizerResponse represents the expected format of an API Gateway authorization response.
ApiGatewayProxyRequest contains data coming from the API Gateway proxy
ApiGatewayProxyRequestContext contains the information to identify the AWS account and resources invoking the Lambda function. It also includes Cognito identity information for the caller.
ApiGatewayProxyResponse configures the response to be returned by API Gateway for the request
ApiGatewayRequestIdentity contains identity information for the request caller.