AwsLambdaRuntimeInvocation

object AwsLambdaRuntimeInvocation extends StrictLogging
trait StrictLogging
class Object
trait Matchable
class Any

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.

Inherited fields

protected val logger: Logger
Inherited from:
StrictLogging