AmazonDynamoDBClient fails in Blazor Webassembly #1418
-
Attempting to access DynamoDB from Blazor WebAssembly results in an exception: "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." The same code works in Blazor non WASM. Anyone know why? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@genifycom Could you please share sample code solution to reproduce the issue? I'm unsure if https://github.com/aws/aws-lambda-dotnet is the right repository and this should perhaps be moved to https://github.com/aws/aws-sdk-net repository. EDIT: Are you referring to aws/aws-sdk-net#1895. It now works in .NET 7 for S3 scenario. Does it not work for DynamoDBClient? |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@genifycom Could you please share sample code solution to reproduce the issue? I'm unsure if https://github.com/aws/aws-lambda-dotnet is the right repository and this should perhaps be moved to https://github.com/aws/aws-sdk-net repository.
EDIT: Are you referring to aws/aws-sdk-net#1895. It now works in .NET 7 for S3 scenario. Does it not work for DynamoDBClient?