Skip to content

Releases: aws/aws-lambda-go

v1.31.0

25 Apr 19:35
ca99aa0
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Includes:

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

v1.27.0

27 Sep 18:07
1cb90e0
Compare
Choose a tag to compare

Includes:

  • [feature] Adding structures for iot custom authorizer request/response (#67)
  • [feature] Implement CodePipelineEvent (#247)
  • [feature] Add Amazon MQ for RabbitMQ event structure (#387)
  • [feature] Add AppSync Lambda Authorizer Events (#393)
  • [feature] Add Firehose event support for dynamic partitioning (#395)
  • [feature] Add API Gateway V2 custom authorizer simple response type (#386)
  • [docs] Add example for CloudWatch Events configured with static payloads (#375)
  • [housekeeping] Incorrect kafka example event and marshaling (#392)
  • [housekeeping] Enable and backfill stylecheck linter (#396)

v1.26.0

30 Jul 08:47
85e7bc7
Compare
Choose a tag to compare

[feature] Added bootstrapServers and headers to Kafka event (#385)
[housekeeping] Cleaned up CodePipeline Job Implementation (#382)

v1.25.0

15 Jul 01:19
99b35f2
Compare
Choose a tag to compare

Includes:

  • [feature] Added struct definition to include ClientCert information to API Gateway when using mTLS (#342)
  • [feature] Adding ECR Image Scan Event (#378)
  • [housekeeping] fix typo in internal startFunction struct definition (#376)

v1.24.0

22 May 03:19
5d64132
Compare
Choose a tag to compare

Include:

  • [feature] add IoT 1-Click event (#371)
  • [docs] Typo in NewHandler Function Description (#374)
  • [docs] migrate the godoc badge to pkg.go.dev (#366)

v1.23.0

03 Mar 17:13
6c2af88
Compare
Choose a tag to compare

Includes:

  • [feature] Update Lex event to include confidence score and alternative intents (#360)
  • [feature] ValidationData field added to CognitoEventUserPoolsMigrateUserRequest (#351)
  • [serde] Omit HTTPMethod in APIGatewayWebsocketProxyRequest (#355)