Category "aws-sdk-net"

AWS .NET SDK How to specify region when using Localstack

How do I instantiate a .NET AWSSDK SQS client that has both a custom Region and ServiceURL? More information: I have a queue set up in localstack that I can ver

DynamoDB ConditionalCheckFailedException - obtaining the item content that failed the test

I'm using precondition expressions on PutItem and UpdateItem requests. Is there a way to achieve either or both of the following: not throw an exception - this