package
1.20.2
Repository: https://github.com/foodji/aws-lambda-go.git
Documentation: pkg.go.dev

# README

Overview

GoDoc

# Packages

Package handlertrace allows middleware authors using lambda.NewHandler to instrument request and response events.
No description provided by the author

# Functions

NewFunction which creates a Function with a given Handler.
NewHandler creates a base lambda handler from the given handler function.
Start takes a handler and talks to an internal Lambda endpoint to pass requests to the handler.
StartHandler takes in a Handler wrapper interface which can be implemented either by a custom function or a struct.
StartHandlerWithContext is the same as StartHandler except sets the base context for the function.
StartWithContext is the same as Start except sets the base context for the function.

# Variables

No description provided by the author

# Structs

Function struct which wrap the Handler.

# Interfaces

No description provided by the author