lambda

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cron

type Cron struct {
	ScheduleExpression string
	IsEnabled          string
}

type Data

type Data struct {
	Name            string
	AsModule        bool
	Source          string
	RoleName        string
	Runtime         string
	Description     string
	Envars          map[string]string
	KinesisTriggers []KinesisTrigger
	SQSTriggers     []SQSTrigger
	Crons           []Cron
	Files           map[string]generators.File
}

type KinesisTrigger added in v0.6.0

type KinesisTrigger struct {
	SourceARN string
}

type Lambda

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

func NewLambda

func NewLambda(configFileName, output string) *Lambda

func (*Lambda) Build

func (l *Lambda) Build() error

type SQSTrigger

type SQSTrigger struct {
	SourceARN string
}

Jump to

Keyboard shortcuts

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