package
0.2.1
Repository: https://github.com/ihippik/lambda-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewEndpoint returns new Endpoint instance.
No description provided by the author
NewService returns new Service instance.
Start starts the lambda handler.

# Structs

Endpoint represent http-service endpoints.
No description provided by the author
Server is a wrapper for user Handler.
Service is a service for lambda.

# Type aliases

Handler is a user function that handles lambda requests.