Releases: aws/aws-lambda-go
Releases · aws/aws-lambda-go
v1.40.0
What's Changed
- Added ECRImageActionEvent and test by @nickryand in #481
- Report to the RuntimeAPI any errors that occur when reading from a handler's returned reader by @bmoffatt in #495
- Add response type for Lambda Function URL Streaming Responses by @bmoffatt in #494
- Add a note about lambda.norpc to the godoc of LambdaFunctionURLStreamingResponse by @bmoffatt in #501
New Contributors
- @nickryand made their first contribution in #481
Full Changelog: v1.39.1...v1.40.0
v1.39.1
v1.39.0
v1.38.0
v1.37.0
v1.36.1
What's Changed
- Add additional handler type validations. Fixes issue 377 by @shogo82148 in #475
Full Changelog: v1.36.0...v1.36.1
v1.36.0
What's Changed
- Add support for type-safe Start* function by @logandavies181 in #468
- bump github actions versions by @bmoffatt in #473
New Contributors
- @logandavies181 made their first contribution in #468
Full Changelog: v1.35.0...v1.36.0
v1.35.0
What's Changed
- add 1.19 to the unit test matrix by @bmoffatt in #462
- use
go install
to installbuild-lambda-zip
. by @shogo82148 in #464 - Adding properties field to activemq.go by @lohithpc1 in #470
New Contributors
- @lohithpc1 made their first contribution in #470
Full Changelog: v1.34.1...v1.35.0
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