Skip to content

Releases: aws/aws-lambda-go

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

v1.33.0

19 Jul 02:27
6796528

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.32.1...v1.33.0

v1.32.1

30 Jun 05:22
0260078

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.32.0...v1.32.1

v1.32.0

19 May 00:38
0dae564

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.31.0...v1.32.0

v1.31.0

25 Apr 19:35
ca99aa0

Choose a tag to compare

What's Changed

  • Add DynamoDB and Kinesis Time Window events and response models by @carlzogh in #441

Full Changelog: v1.30.0...v1.31.0

v1.30.0

13 Apr 23:38
a0b8eda

Choose a tag to compare

What's Changed

  • Add Lambda Function URL HTTP request and response types by @bmoffatt in #436
  • cmd/build-lambda-zip: remove dependency on github.com/urfave/cli/v2 by @bmoffatt in #439

Full Changelog: v1.29.0...v1.30.0

v1.29.0

29 Mar 21:39
bc1ec47

Choose a tag to compare

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)

v1.28.0

07 Jan 00:56
d9db870

Choose a tag to compare

Includes:

  • [feature] Create BatchItemFailure structs for DynamoDB, Kinesis, SQS (#410)
  • [docs] fix link typo in the events package README (#418)

v1.27.1

10 Dec 13:05
0462b00

Choose a tag to compare

Includes:

  • [fix] Log function error on failure (#416)