AwsSamInterpreter

sttp.tapir.serverless.aws.sam.AwsSamInterpreter
See theAwsSamInterpreter companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

Concrete methods

def serverEndpointsToSamTemplate[F[_]](ses: Iterable[ServerEndpoint[_, F]]): SamTemplate
def toSamTemplate[A, I, E, O, R](e: Endpoint[A, I, E, O, R]): SamTemplate
def toSamTemplate(es: Iterable[AnyEndpoint]): SamTemplate
def toSamTemplate[R, F[_]](se: ServerEndpoint[R, F]): SamTemplate