Update aws-sdk-go-v2 dependencies in go.mod and go.sum#8457
Conversation
- Bumped `github.com/aws/aws-sdk-go-v2/service/kinesis` from v1.29.1 to v1.43.5. - Bumped `github.com/aws/aws-sdk-go-v2/service/lambda` from v1.50.0 to v1.88.5. - Updated corresponding entries in go.sum to reflect the new versions. These changes ensure compatibility with the latest features and security updates in the AWS SDK.
|
SentinelOne CNS Hardcoded Secret Detector SentinelOne CNS is a cloud-agnostic, agentless CSPM & CWPP solution that continuously detects and prevents vulnerabilities that have the highest probability of being exploited in Azure, AWS, Google Cloud, and Kubernetes. |
🚨 Jira Linter FailedCommit: The Jira linter failed to validate your PR. Please check the error details below: 🔍 Click to view error detailsNext Steps
This comment will be automatically deleted once the linter passes. |
|
This pull request updates two indirect AWS Go SDK v2 dependencies to their latest versions, aiming to incorporate recent features and security patches.
Files Changed AnalysisThe changes are confined to Go's dependency management files:
This pattern is standard for dependency updates in Go projects. Architecture & Impact Assessment
The risk is generally low, as AWS maintains backward compatibility in its SDKs. However, regression testing on the Kinesis pump and Lambda middleware functionalities is recommended to ensure the version jump doesn't introduce unexpected behavior. Scope Discovery & Context ExpansionThe direct scope is limited to dependency management. However, the indirect scope touches two key integration points within the Tyk Gateway:
No other components appear to be directly affected by these specific dependency updates. Metadata
Powered by Visor from Probelabs Last updated: 2026-07-07T09:27:53.746Z | Triggered by: pr_opened | Commit: 97cff87 💡 TIP: You can chat with Visor using |
✅ Security Check PassedNo security issues found – changes LGTM. ✅ Architecture Check PassedNo architecture issues found – changes LGTM. ✅ Performance Check PassedNo performance issues found – changes LGTM. Powered by Visor from Probelabs Last updated: 2026-07-07T09:27:52.760Z | Triggered by: pr_opened | Commit: 97cff87 💡 TIP: You can chat with Visor using |
|


github.com/aws/aws-sdk-go-v2/service/kinesisfrom v1.29.1 to v1.43.5.github.com/aws/aws-sdk-go-v2/service/lambdafrom v1.50.0 to v1.88.5.These changes ensure compatibility with the latest features and security updates in the AWS SDK.
Description
Related Issue
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist