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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product