infernal-0.3.0: The Infernal Machine - An AWS Lambda Custom Runtime for Haskell

Safe HaskellNone
LanguageHaskell2010

Infernal.Events.APIGateway

Description

Definitions for API Gateway proxy objects. Where possible, information that maps directly to Types objects uses that representation. Otherwise a Text representation is used as Aeson natively provides.

See AWS docs for information on these datatypes.

These definitions are taken in part from serverless-haskell. Attribution and license information are present in the README.

Synopsis

Documentation

data APIGatewayProxyRequest Source #

An API Gateway proxy request

Instances
Eq APIGatewayProxyRequest Source # 
Instance details

Defined in Infernal.Events.APIGateway

Show APIGatewayProxyRequest Source # 
Instance details

Defined in Infernal.Events.APIGateway

Generic APIGatewayProxyRequest Source # 
Instance details

Defined in Infernal.Events.APIGateway

Associated Types

type Rep APIGatewayProxyRequest :: Type -> Type #

FromJSON APIGatewayProxyRequest Source # 
Instance details

Defined in Infernal.Events.APIGateway

type Rep APIGatewayProxyRequest Source # 
Instance details

Defined in Infernal.Events.APIGateway