Skip to content

Releases: aws/aws-lambda-go

v1.22.0

30 Dec 23:54
b3dd246
Compare
Choose a tag to compare

Includes

  • [feature] Add Amazon MQ event structure (#346)
  • [docs] Reword README about CloudWatch logging and a single comment fix (#347)

v1.21.0

22 Dec 08:48
70e75f4
Compare
Choose a tag to compare

Includes:

  • [feature] add userNotFound parameter for cognito define auth challenge (#339)
  • [feature] Add a ClientVPN connection handler request/response definition (#343)
  • [fix] Populate URLDecodedKey in S3Object (#335)

v1.20.0

26 Oct 22:04
f24acb2
Compare
Choose a tag to compare
  • [feature] Update apigatewayv2 request context to support Lambda and IAM authorization options(#328)
  • [feature] Add Amazon MSK event structure (#316)
  • [feature] lambda: check if error type is InvokeResponse_Error (#312)
  • [perf] reuse runtimeAPIClient.buffer (#325)
  • [housekeeping] fix minor typos (#324)
  • [fix] safeMarshal should escape the error message (#327)
  • [fix] staticcheck warnings in events/codedeploy.go (#322)
  • [fix] staticcheck warnings in events/codebuild.go (#323)
  • [fix] Mark HTTP v2 JWT scopes as omitempty (#320)

v1.19.1

13 Aug 22:30
55dc88b
Compare
Choose a tag to compare

Includes:

  • [bug fix]: Add missing request ID to context in norpc mode (#313)

v1.19.0

05 Aug 15:49
eebb995
Compare
Choose a tag to compare

Includes:

  • [feature] Define CloudWatch Alarm Payload structure (#296)
  • [housekeeping] Bump text to 0.3.3 (#309)
  • [housekeeping] Remove unused dependencies and update the others (#311)

v1.18.0

21 Jul 11:44
0b4291a
Compare
Choose a tag to compare

Includes:

  • [feature] lambda: Support setting an optional base context for functions. (#287)
  • [feature] lambda: Support use with the Runtime API (#298)
  • [feature] cmd/build-lambda-zip: Produce valid .zips for provided runtime functions (#307)
  • [housekeeping] Update golangci-lint, fix new linter errors (#303)

v1.17.0

21 May 13:23
c67fade
Compare
Choose a tag to compare

Includes:

  • [feature] Break out nested structure definitions for APIGatewayV2HTTPRequestContext (#278)
  • [feature] Add APIGatewayV2HTTPResponse. Enables adding Cookies to response (#286)
  • [feature] Add fields domainName, domainPrefix, protocol, requestTime, and requestTimeEpoch, to APIGatewayProxyRequestContext (#293)
  • [bug fix] Mark optional API Gateway v2 HTTP Request fields with omitempty. (#285)
  • [bug fix] Mark optional S3Object field with omitempty (#286)
  • [bug fix] build-lambda-zip: Fix short arg support (-o) for --output (#279)

v1.16.0

30 Mar 17:47
18b6069
Compare
Choose a tag to compare

Includes:

v1.15.0

05 Mar 17:51
dd65554
Compare
Choose a tag to compare

Includes:

  • [feature] Update _X_AMZN_TRACE_ID environment variable on every invoke (#269)

v1.14.1

03 Mar 11:51
4a86f66
Compare
Choose a tag to compare

Includes:

  • [docs] (README_ALBTargetGroupEvents.md) fix sample source syntax error (#260)
  • [docs] Remove misleading README_AppSync.md (#261)
  • [bug fix] Change type of KinesisFirehoseRecordMetadata.SubsequenceNumber (#265)
  • [deps] Update build-lambda-zip to use urfave/cli/v2 (#266)