Skip to content

Releases: aws/aws-lambda-go

v1.14.0

12 Feb 16:07
b03d958
Compare
Choose a tag to compare

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 ⚠️

v1.13.3

11 Nov 15:41
Compare
Choose a tag to compare

Includes:

  • [bug fix] [APIGateway] Add missing 'apiKeyId' to APIGatewayRequestIdentity (#235)
  • [bug fix] [CodeBuild] Add phase-type of QUEUED as constant (#234)
  • [bug fix] [DynamoDB] fixed loses precision for large values (#227)
  • [tests fix] Fix the use of a variable on range scope (#238)
  • [housekeeping] Improvements to golint (#243)
  • [housekeeping] Enable race detection at tests (#239)
  • [docs] Add CloudWatch README (#242)
  • [docs] Update README_Cognito_UserPools_PreTokenGen.md (#230)

v1.13.2

12 Sep 15:44
Compare
Choose a tag to compare

Includes

  • [bug fix] Fixes #231 -- update dependency versions (#232)
  • [bug fix] Fix Precision issue with Durations (#229)

v1.13.1

30 Aug 17:34
Compare
Choose a tag to compare

Includes

v1.13.0

21 Aug 15:18
Compare
Choose a tag to compare

Includes

  • [feature] - Adds OperationName to API Gateway Proxy Request (#224)
  • [feature] - Add codebuild and codedeploy state-change event types (#213)
  • [feature] - Add event types for Cognito PreAuthentication Lambda trigger (#214)
  • [docs] - Add Kinesis Data Analytics example (#221)
  • [bug fix] - Add usernameParameter to CognitoEventUserPoolsCustomMessageRequest (#219)
  • [bug fix] - Remove omitempty from SessionAttributes in LexResponse (#225)

v1.12.1

07 Aug 18:14
Compare
Choose a tag to compare

Includes

  • [bug fix] Fixes #222 -- update dependency URL for the cli package (#223)

v1.12.0

25 Jul 10:23
Compare
Choose a tag to compare

Includes

  • [feature] Add Chime Bot event (#201)
  • [feature] Add S3BatchJobEvent (#210)
  • [feature] Extend events.SimpleEmailReceiptAction fields (#211)
  • [feature] Add events for Cognito custom authentication challenge (#168)
  • [feature] cfn: add sns event handler (#208)
  • [docs] Added response headers to ALB TargetGroupResponse sample (#207)
  • [docs] S3 Event sample updated to be usable without modification (#212)
  • [housekeeping] Bump testify to 1.3.0 (#204)
  • [housekeeping] Linter pass (#203)

v1.11.1

31 May 12:53
Compare
Choose a tag to compare

Includes

  • [bug fix] Update LexResponse to match documentation. (#200)

v1.11.0

29 May 16:56
Compare
Choose a tag to compare

Includes

  • [feature] switch to go modules (#189) (#193)
  • [feature] Added event for Cognito custom message (#185)
  • [feature] Enable function to be created outside of StartHandler. (#192)
  • [feature] Added cognito PostAuthentication event struct (#190)
  • [feature] Add Kinesis Stream Metadata to firehose event (#188)
  • [feature] Added cognito MigrateUser event struct (#194)
  • [bug fix] Add lex response (#197)
  • [bug fix] Close gzip reader (#187)

v1.10.0

26 Mar 09:51
Compare
Choose a tag to compare

Includes

  • [feature] Add AppSyncIdentity #173
  • [feature] Add Kinesis Analytics Event #169
  • [enhancement] cfn: Log response error status code and body when failing to write to S3 #166
  • [enhancement] cfn: Wrapper panics are reported as failures #172
  • [bug fix] dynamodb: add NewNumberSetAttribute #167
  • [bug fix] ses: Fix dmarcPolicy typing #126/#165