MIGRATION ISSUE: Missing presigned request functionality for SQS service #2793
Labels
feature-request
A feature should be added or improved.
p2
This is a standard priority issue
queued
This issues is on the AWS team's backlog
v1-v2-inconsistency
v1-v2-inconsistency Behavior has changed from v1 to v2, or feature is missing altogether
Pre-Migration Checklist
Go Version Used
Go 1.21
Describe the Migration Issue
Back in v1 I was able to obtain presign URL for SQS service
ReceiveMessage
operation, by callingReceiveMessageRequest
.I couldn't find a way to do it SDK v2, the only way is to call
ReceiveMessage
and get the messages directly.Code Comparison
In V1:
Observed Differences/Errors
Similar functionality not exist in V2.
Additional Context
No response
The text was updated successfully, but these errors were encountered: