package
0.0.70
Repository: https://github.com/advdv/stdgo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewInvoker inits the invoker.
NewProtoInvoker inits the invoker.

# Structs

Invoker invokes a lambda using "I" as the input type and "O" as the output type.
ProtoInvoker invokes lambdas that use protobuf encoding.

# Interfaces

Lambda is implemented by the official SDK's client.

# Type aliases

HandlerFunc implements lambda.Handler, similar to http.HandlerFunc.
JSONHandlerFunc implements lambda.Handler but decodes and encodes as JSON.