You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The examples in the ViaAWS documentation are good, but not enough for someone completely unfamiliar to understand what's going on. Particularly how Matchers enable targeting specific AWS requests and dictating the response that will be returned in the derived MonadAWS instance.
I think header docs on the Matcher module itself, linked from the MockAWS module docs, would be a good place to explain this concept.
The text was updated successfully, but these errors were encountered:
The examples in the
ViaAWS
documentation are good, but not enough for someone completely unfamiliar to understand what's going on. Particularly howMatcher
s enable targeting specific AWS requests and dictating the response that will be returned in the derivedMonadAWS
instance.I think header docs on the
Matcher
module itself, linked from theMockAWS
module docs, would be a good place to explain this concept.The text was updated successfully, but these errors were encountered: