Problem with DynamoDB ScanAsync with blazor wasm (.net 8) #3549
Labels
bug
This issue is a bug.
dynamodb
module/blazor
p2
This is a standard priority issue
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
Unable to fetch dynamoDb table records, getting the error: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
Tried various options of passing the accessId and secret with no luck. The exact same code works fine if the project type is changed to either Blazor Web app or Blazor Server.
Regression Issue
Expected Behavior
fetching records from a dynamoDb table should work in a blazor webAssembly project
Current Behavior
Created a simple Blazor WebAssembly project and tried to connect to aws dynamoDb to fetch records from a dynamoDb table. When executing await client.ScanAsync(request); error is thrown: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
AWSSDK.DynamoDBv2 3.7.401.3
Targeted .NET Platform
.Net 8
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: