lambda

package
v0.0.0-...-4f62784 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2020 License: Apache-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PreparePostrequest

func PreparePostrequest(params map[string]interface{}, region string, response map[string]interface{}) (err error)

func Preparedeletefnrequest

func Preparedeletefnrequest(params map[string]string, region string, response map[string]interface{}) (err error)

func Preparegetfnrequest

func Preparegetfnrequest(params map[string]string, region string, response map[string]interface{}) (err error)

func Preparegetrequest

func Preparegetrequest(params map[string]string, region string, response map[string]interface{}) (err error)

Types

type Code

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

Code struct represents CreateFunction parameters.

type Createfunction

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

CreateFunction struct represents aws serverless Create function.

type DeadLetterConfig

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

DeadLetterConfig struct represents CreateFunction parameters.

type Deletefunction

type Deletefunction struct {
	FunctionName string
	Qualifier    string
}

Deletefunction struct represents aws serverless Delete function.

type Environment

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

Environment struct represents CreateFunction parameters.

type Getfunction

type Getfunction struct {
	FunctionName string
	Qualifier    string
}

Getfunction struct represents aws serverless Get function.

type Lambda

type Lambda struct {
}

Lambda struct reperesnts aws serverless service.

func (*Lambda) CallFunction

func (lambda *Lambda) CallFunction(request interface{}) (resp interface{}, err error)

CallFunction call lambda function.

func (*Lambda) CreateFunction

func (lambda *Lambda) CreateFunction(request interface{}) (resp interface{}, err error)

CreateFunction Create lambda function.

func (*Lambda) DeleteFunction

func (lambda *Lambda) DeleteFunction(request interface{}) (resp interface{}, err error)

DeleteFunction delete lambda function.

func (*Lambda) GetFunction

func (lambda *Lambda) GetFunction(request interface{}) (resp interface{}, err error)

GetFunction describe lambda function.

func (*Lambda) ListFunction

func (lambda *Lambda) ListFunction(request interface{}) (resp interface{}, err error)

ListFunction list lambda function.

type Listfunction

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

Listfunction struct represents aws serverless List function.

type Tags

type Tags struct {
	String string `json:"string"`
}

Tags struct represents CreateFunction parameters.

type TracingConfig

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

TracingConfig struct represents CreateFunction parameters.

type Variables

type Variables struct {
	String string `json:"string"`
}

Variables struct represents CreateFunction parameters.

type VpcConfig

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

VpcConfig struct represents CreateFunction parameters.

Jump to

Keyboard shortcuts

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