SqsEventHandler

org.encalmo.lambda.SqsEventHandler
trait SqsEventHandler[ApplicationContext]

Abstract base class of an SQS event handler.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def handleRecord(record: Record)(using LambdaContext, ApplicationContext): Option[String]

Concrete methods

Optional function name for handling events having function property. If not defined it will default to the simple class name.

Optional function name for handling events having function property. If not defined it will default to the simple class name.

Attributes