sttp.tapir.serverless.aws.ziolambda

Members list

Type members

Classlikes

abstract class AwsZioServerInterpreter[R]

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 ZioLambdaHandler[Env](options: AwsServerOptions[[_] =>> RIO[Env, _$1]])(implicit evidence$1: RIOMonadError[Env])

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

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

Type parameters

Env

The Environment type of the handler .

options

Server options of type AwsServerOptions.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type