feral.lambda.events

Type members

Classlikes

final case
class ApiGatewayProxyEventV2(rawPath: String, rawQueryString: String, headers: Map[String, String], requestContext: RequestContext, body: Option[String], isBase64Encoded: Boolean)
Companion
object
sealed abstract
final case
class ApiGatewayProxyStructuredResultV2(statusCode: Int, headers: Map[String, String], body: String, isBase64Encoded: Boolean) extends ApiGatewayProxyResultV2
Companion
object
final case
class Http(method: String)
final case
class RequestContext(http: Http)