Releases: aws/aws-lambda-go
Releases · aws/aws-lambda-go
v1.14.0
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
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
v1.13.1
v1.13.0
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
v1.12.0
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
v1.11.0
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
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