Versions in this module Expand all Collapse all v0 v0.0.1 Dec 31, 2024 Changes in this version + func Handle[I, O any](ctx context.Context, logs *zap.Logger, inb []byte, ...) (outb []byte, err error) + func RunApp(app *fx.App, hdlr lambda.Handler, opts ...lambda.Option) (exitCode int) + type Context interface + AWSRequestID func() string + InvokedFunctionARN func() string + Log func() *zap.Logger + type Handler interface + Handle func(ctx context.Context, input I) (O, error) Other modules containing this package github.com/advdv/stdgo