AwsRequestV1

sttp.tapir.serverless.aws.lambda.AwsRequestV1
case class AwsRequestV1(resource: String, path: String, httpMethod: String, queryStringParameters: Option[Map[String, String]], headers: Map[String, String], body: Option[String], requestContext: RequestContext, isBase64Encoded: Boolean)

As for this moment, CDK v2 does not provide high level typescript classes for generating stack for Api Gateway v2 with Lambda, this is why we need to use Api Gateway v1, and translate it's request to v2 by hand.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product