lambda

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2017 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lambda

type Lambda struct {
	Options *Options
}

func (*Lambda) Deploy

func (l *Lambda) Deploy(ctx pipeline.Context) error

func (*Lambda) EnvironmentName

func (l *Lambda) EnvironmentName(ctx pipeline.Context) (string, error)

type Options

type Options struct {
	S3Key       string
	S3Bucket    string   `mapstructure:"s3_bucket"`
	Region      string   `mapstructure:"region"`
	ProjectName string   `mapstructure:"project_name"`
	Functions   []string `mapstructure:"functions"`
	Package     []string `mapstructure:"package"`
}

Jump to

Keyboard shortcuts

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