lambda

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2017 License: Apache-2.0 Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Environment added in v1.0.0

type Environment struct {
	Name      string   `mapstructure:"name"`
	Functions []string `mapstructure:"functions"`
}

type Lambda

type Lambda struct {
	Environment *Environment
	Options     *Options
}

func (*Lambda) Deploy

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

type Options

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

Jump to

Keyboard shortcuts

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