lambda

package
v3.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2025 License: BSD-3-Clause Imports: 10 Imported by: 2

README

go-aws-lambda

Opinionated Go package for doing things with AWS Lambda functions.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LambdaFunction

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

func NewLambdaFunction

func NewLambdaFunction(ctx context.Context, uri string) (*LambdaFunction, error)

func (*LambdaFunction) Invoke

func (f *LambdaFunction) Invoke(ctx context.Context, payload interface{}) (*aws_lambda.InvokeOutput, error)

func (*LambdaFunction) InvokeWithJSON

func (f *LambdaFunction) InvokeWithJSON(ctx context.Context, payload []byte) (*aws_lambda.InvokeOutput, error)

Directories

Path Synopsis
Package functionurl provides methods for working with AWS Lambda Function URLs.
Package functionurl provides methods for working with AWS Lambda Function URLs.

Jump to

Keyboard shortcuts

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