AwsLambdaRuntimeInvocation

sttp.tapir.serverless.aws.lambda.runtime.AwsLambdaRuntimeInvocation

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def handleNext[F[_] : Sync](route: () => F, awsRuntimeApiHost: String, backend: Resource[F, SttpBackend[F, Any]]): F[Either[Throwable, Unit]]

Handles the next, single lambda invocation, read from api at awsRuntimeApiHost using backend, with the given route.

Handles the next, single lambda invocation, read from api at awsRuntimeApiHost using backend, with the given route.

Attributes