lambda

package
v0.0.0-...-9576e61 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2024 License: MIT Imports: 9 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 {
	Arn            string
	Alias          string
	Architecture   string
	PreTestMemory  int
	PreTestVersion string
	// contains filtered or unexported fields
}

func NewLambda

func NewLambda(awsLambda lambdaiface.LambdaAPI, arn string, alias string) (*Lambda, error)

func (*Lambda) ChangeMemory

func (l *Lambda) ChangeMemory(memory int) error

func (*Lambda) Reset

func (l *Lambda) Reset() error

type LambdaAPI

type LambdaAPI interface {
	ChangeMemory(memory int) error
}

Jump to

Keyboard shortcuts

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