awslambda

package
v0.0.0-...-8e2a9c2 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const RequestID = "79186900-3cb3-4b93-bc65-611d05663264"

Variables

This section is empty.

Functions

This section is empty.

Types

type AWS

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

func NewAWSProvider

func NewAWSProvider(client lambdaiface.LambdaAPI) *AWS

func (*AWS) GetEnvironmentVariables

func (a *AWS) GetEnvironmentVariables(functionName string) (map[string]string, error)

type Client

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

func NewClient

func NewClient(functionName string, port uint16) (*Client, error)

func (*Client) Invoke

func (c *Client) Invoke(r Request) (*messages.InvokeResponse, error)

type ConfigurationProvider

type ConfigurationProvider interface {
	GetEnvironmentVariables(functionName string) (map[string]string, error)
}

type Request

type Request struct {
	Payload  []byte
	Deadline time.Time
}

Jump to

Keyboard shortcuts

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