ApiGatewayProxyEventV2

feral.lambda.events.ApiGatewayProxyEventV2
See theApiGatewayProxyEventV2 companion object
final case class ApiGatewayProxyEventV2(rawPath: String, rawQueryString: String, cookies: Option[List[String]], headers: Map[String, String], requestContext: RequestContext, body: Option[String], isBase64Encoded: Boolean)

Attributes

Companion:
object
Source:
ApiGatewayProxyEventV2.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product