dryrun

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2017 License: MIT Imports: 7 Imported by: 59

Documentation

Overview

Package dryrun implements the Lambda API in order to no-op changes, and display dry-run output.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lambda

type Lambda struct {
	*lambda.Lambda
}

Lambda is a partially implemented Lambda API implementation used to perform a dry-run.

func New

func New(session *session.Session) *Lambda

New dry-run Lambda service for the given session.

func (*Lambda) CreateAlias

func (l *Lambda) CreateAlias(in *lambda.CreateAliasInput) (*lambda.AliasConfiguration, error)

CreateAlias stub.

func (*Lambda) CreateFunction

CreateFunction stub.

func (*Lambda) DeleteFunction

DeleteFunction stub.

func (*Lambda) UpdateAlias

func (l *Lambda) UpdateAlias(in *lambda.UpdateAliasInput) (*lambda.AliasConfiguration, error)

UpdateAlias stub.

func (*Lambda) UpdateFunctionCode

func (l *Lambda) UpdateFunctionCode(in *lambda.UpdateFunctionCodeInput) (*lambda.FunctionConfiguration, error)

UpdateFunctionCode stub.

func (*Lambda) UpdateFunctionConfiguration

func (l *Lambda) UpdateFunctionConfiguration(in *lambda.UpdateFunctionConfigurationInput) (*lambda.FunctionConfiguration, error)

UpdateFunctionConfiguration stub.

Jump to

Keyboard shortcuts

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