Packages

p

feral.lambda

events

package events

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class ApiGatewayProxyEventV2(rawPath: String, rawQueryString: String, headers: Map[String, String], requestContext: RequestContext, body: Option[String], isBase64Encoded: Boolean) extends Product with Serializable
  2. sealed abstract class ApiGatewayProxyResultV2 extends AnyRef
  3. final case class ApiGatewayProxyStructuredResultV2(statusCode: Int, headers: Map[String, String], body: String, isBase64Encoded: Boolean) extends ApiGatewayProxyResultV2 with Product with Serializable
  4. final case class Http(method: String) extends Product with Serializable
  5. final case class RequestContext(http: Http) extends Product with Serializable

Value Members

  1. object ApiGatewayProxyEventV2 extends Serializable
  2. object ApiGatewayProxyStructuredResultV2 extends Serializable

Ungrouped