mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
Proxy for AWS: Error unmarshalling response back from AWS #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dmtrrk on GitHub (Oct 23, 2017).
Originally assigned to: @StefH on GitHub.
Proxying requests to AWS DynamoDb with no specific configuration (for any request proxy to DynamoDb).
Getting an error
Error unmarshalling response back from AWSTried the same with original Wiremock proxy - works correctly.
@StefH commented on GitHub (Oct 23, 2017):
Hello @deeptowncitizen,
Can you please provide the mapping (in code or in JSON) that you are defining?
And if possible also the request / client code.
@dmtrrk commented on GitHub (Oct 23, 2017):
#55 contains the fix the problem.
PR contains steps to reproduce the problem.
There is no mapping (it is proxy all requests)
And then simply create any Dynamodb request to the proxy
@StefH commented on GitHub (Oct 23, 2017):
1] Thanks for fixing.
2] Do you also need a new NuGet?
@dmtrrk commented on GitHub (Oct 23, 2017):
Would be really great. Thank you!
@dmtrrk commented on GitHub (Oct 24, 2017):
do you have any plans when you will release a new version?
@StefH commented on GitHub (Oct 24, 2017):
Within a few hours. I keep you updated.
@StefH commented on GitHub (Oct 24, 2017):
NuGets updated.
@dmtrrk commented on GitHub (Oct 24, 2017):
thank you