MultipleHandlersSupport
Attributes
- Graph
-
- Supertypes
Members list
Type members
Inherited and Abstract types
Custom context initializez by the application.
Custom context initializez by the application.
Attributes
- Inherited from:
- EventHandler
Value members
Abstract methods
Concrete methods
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
- Definition Classes
-
EventHandlerTag
Provide custom ApiGateway error handling implementation here.
Provide custom ApiGateway error handling implementation here.
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
- Definition Classes
-
EventHandler
Inherited and Abstract methods
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
- Inherited from:
- EventHandler