ApiGatewayProxyEventV2

final case class ApiGatewayProxyEventV2(rawPath: String, rawQueryString: String, cookies: Option[List[String]], headers: Map[String, String], requestContext: RequestContext, body: Option[String], isBase64Encoded: Boolean)
Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product