AwsLambdaRuntimeInvocation

sttp.tapir.serverless.aws.lambda.runtime.AwsLambdaRuntimeInvocation
object AwsLambdaRuntimeInvocation extends StrictLogging

Attributes

Graph
Supertypes
trait StrictLogging
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

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
StrictLogging