Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() (gateway.GatewayService, error)
func NewWithRuntime ¶
func NewWithRuntime(runtime LambdaRuntimeHandler) (gateway.GatewayService, error)
Types ¶
type Event ¶
Event incoming event
func (*Event) UnmarshalJSON ¶
implement the unmarshal interface in order to handle multiple event types
type LambdaGateway ¶
type LambdaGateway struct { gateway.UnimplementedGatewayPlugin // contains filtered or unexported fields }
func (*LambdaGateway) Start ¶
func (s *LambdaGateway) Start(pool worker.WorkerPool) error
Start the lambda gateway handler
func (*LambdaGateway) Stop ¶
func (s *LambdaGateway) Stop() error
type LambdaRuntimeHandler ¶
type LambdaRuntimeHandler func(handler interface{})
Click to show internal directories.
Click to hide internal directories.