APIGatewayProxyRequestEvent

feral.lambda.events.APIGatewayProxyRequestEvent
See theAPIGatewayProxyRequestEvent companion object
final case class APIGatewayProxyRequestEvent(body: Option[String], resource: String, path: String, httpMethod: String, isBase64Encoded: Boolean, queryStringParameters: Option[Map[String, String]], multiValueQueryStringParameters: Option[Map[String, List[String]]], pathParameters: Option[Map[String, String]], stageVariables: Option[Map[String, String]], headers: Option[Map[String, String]], multiValueHeaders: Option[Map[String, List[String]]])

Attributes

Companion
object
Source
APIGatewayProxyRequestEvent.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