AwsCatsEffectServerInterpreter

sttp.tapir.serverless.aws.lambda.AwsCatsEffectServerInterpreter
See theAwsCatsEffectServerInterpreter companion object
abstract class AwsCatsEffectServerInterpreter[F[_]](implicit fa: Sync[F])

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def awsServerOptions: AwsServerOptions[F]

Attributes

Inherited from:
AwsServerInterpreter (hidden)
def toRoute(ses: List[ServerEndpoint[Any, F]]): () => F

Attributes

Inherited from:
AwsServerInterpreter (hidden)
def toRoute(se: ServerEndpoint[Any, F]): () => F

Attributes

Inherited from:
AwsServerInterpreter (hidden)