Versions in this module Expand all Collapse all v1 v1.0.0 Aug 2, 2021 Changes in this version + func CreateContextWithRequestId(ctx context.Context, r string) context.Context + func ExtractHttpRequestIdFromContext(ctx context.Context) string + func ExtractLambdaRequestIdFromContext(ctx context.Context) string + type HttpClient interface + Do func(req *http.Request) (*http.Response, error) + type Logger struct + func CreateLogger(lambdaReqId string, httpReqId string) *Logger + func (l *Logger) Error(msg string) + func (l *Logger) Info(msg string)