Versions in this module Expand all Collapse all v0 v0.1.2 Mar 9, 2022 v0.1.1 Mar 9, 2022 Changes in this version + type AWSLambdaCustomRuntime struct + func NewAWSLambdaCustomRuntime(runtime AWSLambdaRuntime) *AWSLambdaCustomRuntime + func (a *AWSLambdaCustomRuntime) Invoke() error + type AWSLambdaRuntime interface + Cleanup func(env *AWSLambdaRuntimeEnvironemnt) + Invoke func(event []byte, context *Context) (interface{}, error) + Setup func(env *AWSLambdaRuntimeEnvironemnt) error + type AWSLambdaRuntimeEnvironemnt struct + AWSLambdaRuntimeAPI string + Handler string + LambdaTaskRoot string + type AWSLambdaRuntimeError struct + ErrorMessage string + ErrorType string + StackTrace []string + func (a AWSLambdaRuntimeError) Error() string + type Context struct + ClientContext string + CognitoIdentity string + DeadlineMs string + InvokedFunctionArn string + RequestID string + TraceID string + type HTTPClient interface + Do func(req *http.Request) (*http.Response, error)