AwsApiGatewayEvent constructor
Implementation
const AwsApiGatewayEvent(
{this.resource,
this.path,
this.httpMethod,
this.body,
this.headers,
this.queryStringParameters,
this.stageVariables,
this.requestContext,
this.pathParameters});