Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(provider core.AwsProvider) (gateway.GatewayService, error)
func NewWithRuntime ¶
func NewWithRuntime(provider core.AwsProvider, runtime LambdaRuntimeHandler) (gateway.GatewayService, error)
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.