lambda

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LambdaClient

type LambdaClient interface {
	Send(machineID string, events LambdaEvents) (err error)
}

func GetClient

func GetClient(functionName string, functionQualifier string, awsregion string) LambdaClient

type LambdaEvents

type LambdaEvents struct {
	Source string        `json:"source"`
	Items  []interface{} `json:"items"`
}

LambdaEvents is a single event entry that appends the MachineID with the EventUploadEvent details

Jump to

Keyboard shortcuts

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