Versions in this module Expand all Collapse all v1 v1.0.2 Sep 10, 2023 v1.0.1 Jan 3, 2023 v1.0.0 May 30, 2022 Changes in this version + func HandleRequest(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) + type ErrorCollector []error + func (c *ErrorCollector) Collect(e error) + func (c *ErrorCollector) Error() error + func (c *ErrorCollector) Length() int