Releases: aws/aws-lambda-go
Releases · aws/aws-lambda-go
v1.34.1
v1.34.0
What's Changed
- Mark AppSyncResolverTemplate as Deprecated by @bmoffatt in #460
- Revert #408 and update alb response annotation per #408's original intent by @bmoffatt in #455
- dynamodb: add alternative to Integer conversion helper, Int64, that does not silently cast float values by @bmoffatt in #459
- support the lambda.norpc tag on the go1.x runtime by @bmoffatt in #456
- Add WithEnableSIGTERM option by @bmoffatt in #457
Full Changelog: v1.33.0...v1.34.0
v1.33.0
What's Changed
- Add ExtendedRequestId to APIGatewayProxyRequestContext by @DanielBauman88 in #451
New Contributors
- @DanielBauman88 made their first contribution in #451
Full Changelog: v1.32.1...v1.33.0
v1.32.1
What's Changed
- CVE-2022-28948 update by @Greyeye in #446
New Contributors
Full Changelog: v1.32.0...v1.32.1
v1.32.0
What's Changed
- add Lambda Function URLs sample by @noid11 in #443
- added fields in IAM Identity struct by @gbiagini97 in #440
- remove dialog action from lex event by @artempanko in #240
- redefine IoT Core custom authorizer request and response structs by @rittneje in #401
- Add capability to define optional handler behavior by @bmoffatt in #444
New Contributors
- @noid11 made their first contribution in #443
- @gbiagini97 made their first contribution in #440
- @rittneje made their first contribution in #401
Full Changelog: v1.31.0...v1.32.0
v1.31.0
v1.30.0
v1.29.0
Includes:
- [feature] Add path field in API Gateway REST API request context struct (#432)
- [feature] Add APIGatewayV2 Lambda Authorizer support in events (#399)
- [feature] Add source-version to additional information in codebuild details (#415)
- [feature] Add BuildNumber to CodeBuildEventAdditionalInformation (#417)
- [fix] Add omitempty the the authentication field in APIGatewayV2HTTPRequestContext (#426)
- [fix] Omit CodePipelineEventDetailType when it's missing in the payload (#427)
- [fix] Omit empty fields in CodeBuildPhase (#428)
- [docs] Fix typo in README_KinesisDataAnalytics.md (#423)
- [housekeeping] Update dependencies, update go to 1.17 (#435)
- [housekeeping] version updates to actions configuration (#434)
- [housekeeping] Add CodeQL analysis tool (2e104a6)