modulepackage
0.0.0-20241128203319-d96fe47cac13
Repository: https://github.com/jamillosantos/lambda.git
Documentation: pkg.go.dev
# README
lambda
A framework to simplify lambda implementation
# Packages
No description provided by the author
# Functions
Start will start the lambda function with the given handler and httpOptions.
No description provided by the author
WithErrorHandler is an option that allows you to pass a custom error handler to the lambda function.
WithResources is an option that allows you to pass resources to the lambda function.
# Interfaces
Resource is an interface that represents a resource that can be started and stopped.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author