Releases: aws/aws-lambda-go
Releases · aws/aws-lambda-go
v1.22.0
Includes
- [feature] Add Amazon MQ event structure (#346)
- [docs] Reword README about CloudWatch logging and a single comment fix (#347)
v1.21.0
Includes:
- [feature] add userNotFound parameter for cognito define auth challenge (#339)
- [feature] Add a ClientVPN connection handler request/response definition (#343)
- [fix] Populate URLDecodedKey in S3Object (#335)
v1.20.0
- [feature] Update apigatewayv2 request context to support Lambda and IAM authorization options(#328)
- [feature] Add Amazon MSK event structure (#316)
- [feature] lambda: check if error type is InvokeResponse_Error (#312)
- [perf] reuse runtimeAPIClient.buffer (#325)
- [housekeeping] fix minor typos (#324)
- [fix] safeMarshal should escape the error message (#327)
- [fix] staticcheck warnings in events/codedeploy.go (#322)
- [fix] staticcheck warnings in events/codebuild.go (#323)
- [fix] Mark HTTP v2 JWT scopes as
omitempty
(#320)
v1.19.1
Includes:
- [bug fix]: Add missing request ID to context in norpc mode (#313)
v1.19.0
Includes:
- [feature] Define CloudWatch Alarm Payload structure (#296)
- [housekeeping] Bump text to 0.3.3 (#309)
- [housekeeping] Remove unused dependencies and update the others (#311)
v1.18.0
Includes:
- [feature] lambda: Support setting an optional base context for functions. (#287)
- [feature] lambda: Support use with the Runtime API (#298)
- [feature] cmd/build-lambda-zip: Produce valid .zips for provided runtime functions (#307)
- [housekeeping] Update golangci-lint, fix new linter errors (#303)
v1.17.0
Includes:
- [feature] Break out nested structure definitions for APIGatewayV2HTTPRequestContext (#278)
- [feature] Add APIGatewayV2HTTPResponse. Enables adding Cookies to response (#286)
- [feature] Add fields domainName, domainPrefix, protocol, requestTime, and requestTimeEpoch, to APIGatewayProxyRequestContext (#293)
- [bug fix] Mark optional API Gateway v2 HTTP Request fields with omitempty. (#285)
- [bug fix] Mark optional S3Object field with omitempty (#286)
- [bug fix] build-lambda-zip: Fix short arg support (-o) for --output (#279)
v1.15.0
Includes:
- [feature] Update _X_AMZN_TRACE_ID environment variable on every invoke (#269)
v1.14.1
Includes:
- [docs] (README_ALBTargetGroupEvents.md) fix sample source syntax error (#260)
- [docs] Remove misleading README_AppSync.md (#261)
- [bug fix] Change type of KinesisFirehoseRecordMetadata.SubsequenceNumber (#265)
- [deps] Update build-lambda-zip to use urfave/cli/v2 (#266)