Releases: aws/aws-lambda-go
Releases · aws/aws-lambda-go
v1.47.0
v1.46.0
What's Changed
- Plumb error info to X-ray by @bmoffatt in #544
- Add S3 Batch Operations 2.0 Schema Fields to S3BatchJob/S3BatchJobTask by @lyoung-confluent in #550
Full Changelog: v1.45.0...v1.46.0
v1.45.0
What's Changed
- lambdaurl: Populate RemoteAddr with SourceIP by @lyoung-confluent in #546
Full Changelog: v1.44.0...v1.45.0
v1.44.0
What's Changed
- CloudWatchEvent renamed to EventBridgeEvent by @mateusmarquezini in #537
- Add S3ObjectLambdaEvent by @kdnakt in #536
- fixed test event for Cognito pretokenV2 by @AMZ-brandon in #540
- refactor: use
assert.PanicsWithValue
by @wafuwafu13 in #541 - 'Building your function' README updates by @bmoffatt in #543
- linter config: reformat the lists by @bmoffatt in #545
New Contributors
- @mateusmarquezini made their first contribution in #537
Full Changelog: v1.43.0...v1.44.0
v1.43.0
What's Changed
- update linter version by @bmoffatt in #539
- Added support for Cognito pre token generation with access token customization by @AMZ-brandon in #538
New Contributors
- @AMZ-brandon made their first contribution in #538
Full Changelog: v1.42.0...v1.43.0
v1.42.0
What's Changed
- Add "VPC" to .golangci.yml list of initialisms by @bmoffatt in #526
- Retract v1.39.0 in go.mod by @bmoffatt in #499
- events: add Secrets Manager rotation event (#291) by @gnusey in #530
- Added Deleted field to support codecommit ref delete events by @praveenk007 in #531
- Plumb JSON Decoder options by @bmoffatt in #515
- Add options lambdaurl.WithDetectContentType and lambda.WithContextValue by @bmoffatt in #516
New Contributors
- @gnusey made their first contribution in #530
- @praveenk007 made their first contribution in #531
Full Changelog: v1.41.0...v1.42.0
v1.41.0
What's Changed
- test: add
trace_test.go
by @wafuwafu13 in #497 - Support http.Handler for RESPONSE_STREAM Lambda Function URLs by @bmoffatt in #503
- feat: add ECSContainerInstanceEvent by @wafuwafu13 in #502
- Changing Headers definition from byte to int8 for KafkaRecord by @milovacb in #506
New Contributors
- @wafuwafu13 made their first contribution in #497
- @milovacb made their first contribution in #506
Full Changelog: v1.40.0...v1.41.0
v1.40.0
What's Changed
- Added ECRImageActionEvent and test by @nickryand in #481
- Report to the RuntimeAPI any errors that occur when reading from a handler's returned reader by @bmoffatt in #495
- Add response type for Lambda Function URL Streaming Responses by @bmoffatt in #494
- Add a note about lambda.norpc to the godoc of LambdaFunctionURLStreamingResponse by @bmoffatt in #501
New Contributors
- @nickryand made their first contribution in #481
Full Changelog: v1.39.1...v1.40.0