sttp.tapir.serverless.aws.lambda

Members list

Type members

Classlikes

abstract class AwsCatsEffectServerInterpreter[F[_]](implicit fa: Sync[F])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
abstract class LambdaHandler[F[_], R] extends RequestStreamHandler

LambdaHandler is an entry point for handling requests sent to AWS Lambda application which exposes Tapir endpoints.

LambdaHandler is an entry point for handling requests sent to AWS Lambda application which exposes Tapir endpoints.

Type parameters

F

The effect type constructor used in the endpoint.

R

AWS API Gateway request type AwsRequestV1 or AwsRequest. At the moment mapping is required as there is no support for generating API Gateway V2 definitions with AWS CDK v2.

Attributes

Supertypes
trait RequestStreamHandler
class Object
trait Matchable
class Any