org.encalmo.lambda.EventHandler
Attributes
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Known subtypes
-
Members list
Custom context initializez by the application.
Custom context initializez by the application.
Attributes
Provide your lambda business logic here.
Provide your lambda business logic here.
Value parameters
-
input
-
event sent to the lambda
Attributes
-
Returns
-
lambda output string
Initialize your implicit ApplicationContext here based on the lambda environment.
Initialize your implicit ApplicationContext here based on the lambda environment.
This context can be anything you want to initialize ONCE per lambda run, e.g. AWS client, etc.
Attributes