You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade AWD SDK to v2 (#838)
* Update aws-sdk-go to v1.55.6
(cherry picked from commit dd2497f)
* Update SQS integration to use AWS SDK v2 and refactor related code
(cherry picked from commit c1bf91f)
* Add SQS API interface for message operations
(cherry picked from commit 319649f)
* Refactor imports in sqs.go for consistency and clarity
(cherry picked from commit cf9533a)
* Reorder imports in dynamodb.go for improved organization
* Add DynamoDB API interface and update client usage to AWS SDK v2
* Refactor DynamoDB test file to use updated interface alias
---------
Co-authored-by: Richard Knop <RichardKnop@users.noreply.github.com>