Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait LambdaRuntimetrait EventHandlerTagtrait EventHandlerclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited classlikes
Lambda runtime instance interface.
Value members
Concrete methods
Abstract lambda invocation handler method. Provide your business logic here.
Abstract lambda invocation handler method. Provide your business logic here.
Attributes
- Definition Classes
Inherited methods
Lambda configuration method. Provide your setup logic here.
Lambda configuration method. Provide your setup logic here.
IN ORDER TO WORK MUST BE DECLARED USING THE FOLLOWING TEMPLATE:
Attributes
- Example
-
lazy val config: MyConfig = configure{(lambdaEnvironment: LambdaEnvironment) => MyConfig(...)}
- Inherited from:
- LambdaRuntime
Event tag will printed in the beginning of the log. Override to mark each log with event-specific tag. Default to None.
Event tag will printed in the beginning of the log. Override to mark each log with event-specific tag. Default to None.
Attributes
- Inherited from:
- EventHandlerTag
Creates lambda runtime instance.
Starts lambda runtime and blocks thread until finished.
Switch off debug mode for the current lambda invocation.
Inherited fields
Attributes
- Inherited from:
- LambdaRuntime