Skip to content

Releases: aws/aws-lambda-go

v1.40.0

12 Apr 23:06
81d63bd

Choose a tag to compare

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

Full Changelog: v1.39.1...v1.40.0

v1.39.1

22 Mar 21:35
caace58

Choose a tag to compare

What's Changed

Full Changelog: v1.39.0...v1.39.1

v1.39.0

22 Mar 20:36
d00ce2e

Choose a tag to compare

What's Changed

Full Changelog: v1.38.0...v1.39.0

v1.38.0

02 Mar 20:44
3dedc32

Choose a tag to compare

What's Changed

  • Add IoT Pre-provisioning hook Request and Response structs by @karl-dau in #483

New Contributors

Full Changelog: v1.37.0...v1.38.0

v1.37.0

09 Jan 19:06
0d45ea2

Choose a tag to compare

What's Changed

  • Support handlers that return io.Reader by @bmoffatt in #472
  • Change the executable name in the README examples to bootstrap by @bmoffatt in #476

Full Changelog: v1.36.1...v1.37.0

v1.36.1

22 Dec 23:40
ad74310

Choose a tag to compare

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

05 Dec 18:39
65f8ccd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.35.0...v1.36.0

v1.35.0

16 Nov 19:50
666b0d8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.34.1...v1.35.0

v1.34.1

31 Jul 08:58
13ee405

Choose a tag to compare

What's Changed

  • fix godoc typo in example for WithEnableSIGTERM by @bmoffatt in #461

Full Changelog: v1.34.0...v1.34.1

v1.34.0

28 Jul 20:40
93199f7

Choose a tag to compare

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