Update module github.com/aws/aws-lambda-go to v1.45.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/aws/aws-lambda-go | v1.34.1 -> v1.45.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
aws/aws-lambda-go (github.com/aws/aws-lambda-go)
v1.45.0
What's Changed
- lambdaurl: Populate RemoteAddr with SourceIP by @lyoung-confluent in https://github.com/aws/aws-lambda-go/pull/546
Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.44.0...v1.45.0
v1.44.0
What's Changed
- CloudWatchEvent renamed to EventBridgeEvent by @mateusmarquezini in https://github.com/aws/aws-lambda-go/pull/537
- Add S3ObjectLambdaEvent by @kdnakt in https://github.com/aws/aws-lambda-go/pull/536
- fixed test event for Cognito pretokenV2 by @AMZ-brandon in https://github.com/aws/aws-lambda-go/pull/540
- refactor: use
assert.PanicsWithValueby @wafuwafu13 in https://github.com/aws/aws-lambda-go/pull/541 - 'Building your function' README updates by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/543
- linter config: reformat the lists by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/545
New Contributors
- @mateusmarquezini made their first contribution in https://github.com/aws/aws-lambda-go/pull/537
Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.43.0...v1.44.0
v1.43.0
What's Changed
- update linter version by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/539
- Added support for Cognito pre token generation with access token customization by @AMZ-brandon in https://github.com/aws/aws-lambda-go/pull/538
New Contributors
- @AMZ-brandon made their first contribution in https://github.com/aws/aws-lambda-go/pull/538
Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.42.0...v1.43.0
v1.42.0
What's Changed
- Add "VPC" to .golangci.yml list of initialisms by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/526
- Retract v1.39.0 in go.mod by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/499
- events: add Secrets Manager rotation event (#291) by @gnusey in https://github.com/aws/aws-lambda-go/pull/530
- Added Deleted field to support codecommit ref delete events by @praveenk007 in https://github.com/aws/aws-lambda-go/pull/531
- Plumb JSON Decoder options by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/515
- Add options lambdaurl.WithDetectContentType and lambda.WithContextValue by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/516
New Contributors
- @gnusey made their first contribution in https://github.com/aws/aws-lambda-go/pull/530
- @praveenk007 made their first contribution in https://github.com/aws/aws-lambda-go/pull/531
Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.41.0...v1.42.0
v1.41.0
What's Changed
- test: add
trace_test.goby @wafuwafu13 in https://github.com/aws/aws-lambda-go/pull/497 - Support http.Handler for RESPONSE_STREAM Lambda Function URLs by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/503
- feat: add ECSContainerInstanceEvent by @wafuwafu13 in https://github.com/aws/aws-lambda-go/pull/502
- Changing Headers definition from byte to int8 for KafkaRecord by @milovacb in https://github.com/aws/aws-lambda-go/pull/506
New Contributors
- @wafuwafu13 made their first contribution in https://github.com/aws/aws-lambda-go/pull/497
- @milovacb made their first contribution in https://github.com/aws/aws-lambda-go/pull/506
Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.40.0...v1.41.0
v1.40.0
What's Changed
- Added ECRImageActionEvent and test by @nickryand in https://github.com/aws/aws-lambda-go/pull/481
- Report to the RuntimeAPI any errors that occur when reading from a handler's returned reader by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/495
- Add response type for Lambda Function URL Streaming Responses by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/494
- Add a note about lambda.norpc to the godoc of LambdaFunctionURLStreamingResponse by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/501
New Contributors
- @nickryand made their first contribution in https://github.com/aws/aws-lambda-go/pull/481
Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.39.1...v1.40.0
v1.39.1
What's Changed
- Yank lambda.WithSetup by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/489
Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.39.0...v1.39.1
v1.39.0
What's Changed
- Update workflows by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/487
- Implement CodePipelineEventDetailExecutionResult by @guiminyao in https://github.com/aws/aws-lambda-go/pull/486
- fix stylecheck error by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/488
Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.38.0...v1.39.0
v1.38.0
What's Changed
- Add IoT Pre-provisioning hook Request and Response structs by @karl-dau in https://github.com/aws/aws-lambda-go/pull/483
New Contributors
- @karl-dau made their first contribution in https://github.com/aws/aws-lambda-go/pull/483
Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.37.0...v1.38.0
v1.37.0
What's Changed
- Support handlers that return io.Reader by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/472
- Change the executable name in the README examples to
bootstrapby @bmoffatt in https://github.com/aws/aws-lambda-go/pull/476
Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.36.1...v1.37.0
v1.36.1
What's Changed
- Add additional handler type validations. Fixes issue 377 by @shogo82148 in https://github.com/aws/aws-lambda-go/pull/475
Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.36.0...v1.36.1
v1.36.0
What's Changed
- Add support for type-safe Start* function by @logandavies181 in https://github.com/aws/aws-lambda-go/pull/468
- bump github actions versions by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/473
New Contributors
- @logandavies181 made their first contribution in https://github.com/aws/aws-lambda-go/pull/468
Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.35.0...v1.36.0
v1.35.0
What's Changed
- add 1.19 to the unit test matrix by @bmoffatt in https://github.com/aws/aws-lambda-go/pull/462
- use
go installto installbuild-lambda-zip. by @shogo82148 in https://github.com/aws/aws-lambda-go/pull/464 - Adding properties field to activemq.go by @lohithpc1 in https://github.com/aws/aws-lambda-go/pull/470
New Contributors
- @lohithpc1 made their first contribution in https://github.com/aws/aws-lambda-go/pull/470
Full Changelog: https://github.com/aws/aws-lambda-go/compare/v1.34.1...v1.35.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.