# Functions
NewLambdaClient initializes a new LambdaClient.
# Constants
MaxLambdaRetries is the number of times to try invoking a function before giving up and returning an error.
# Structs
FunctionConfig holds the configuration of an individual Lambda function.
LambdaClient wraps the AWS Lambda API and provides functions for deploying and invoking lambda functions.
# Interfaces
Wrapping Package generation and deployment-prepration into an interface for mocking and extension.
No description provided by the author