Skip to content

Releases: aws/aws-lambda-go

v1.21.0

Choose a tag to compare

@bmoffatt bmoffatt released this 22 Dec 08:48
70e75f4

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

Choose a tag to compare

@bmoffatt bmoffatt released this 26 Oct 22:04
f24acb2
  • [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

Choose a tag to compare

@bmoffatt bmoffatt released this 13 Aug 22:30
55dc88b

Includes:

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

v1.19.0

Choose a tag to compare

@zsombor-balogh zsombor-balogh released this 05 Aug 15:49
eebb995

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

Choose a tag to compare

@bmoffatt bmoffatt released this 21 Jul 11:44
0b4291a

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

Choose a tag to compare

@bmoffatt bmoffatt released this 21 May 13:23
c67fade

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

Choose a tag to compare

@bmoffatt bmoffatt released this 30 Mar 17:47
18b6069

Includes:

v1.15.0

Choose a tag to compare

@bmoffatt bmoffatt released this 05 Mar 17:51
dd65554

Includes:

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

v1.14.1

Choose a tag to compare

@bmoffatt bmoffatt released this 03 Mar 11:51
4a86f66

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)

v1.14.0

Choose a tag to compare

@bmoffatt bmoffatt released this 12 Feb 16:07
b03d958

Includes:

  • [feature] Add ClientMetadata to Cognito events (#256)
  • [docs] Update build-lambda-zip install instructions for Windows (#251)
  • [docs] Update Cognito UserPools PreSignup README (#258)
  • [bug fix] Add missing subsequenceNumber field to KinesisFirehoseRecordMetadata (#254)
  • [bug fix] build-lambda-zip: use cli.StringFlag pointer instead of value (#249)
  • [bug fix] Fix custom resource deletion during stack rollbacks (#241)
    • ⚠️ This reverts #108, making custom resource errors less visible ⚠️