lambda

package
v0.0.0-...-7643a2f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApproverLambda

type ApproverLambda struct {
	// contains filtered or unexported fields
}

ApproverLambda lambda struct

func New

New creates a new lambda struct

func (*ApproverLambda) Handler

func (a *ApproverLambda) Handler(ctx context.Context, event cfn.Event) (physicalResourceID string, data map[string]interface{}, err error)

Handler lambda request handler

type Lambda

type Lambda interface {
	Handler(ctx context.Context, event cfn.Event) (physicalResourceID string, data map[string]interface{}, err error)
}

Lambda interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL