Nick Hibberd
Nick Hibberd
Workaround for anyone else who comes across this: Add a custom model for the type for the entity being extended, in this example `User` ```golang package model type User struct...
Nothing comes to mind
I assume you are referring to the [RsBody](https://github.com/brendanhay/amazonka/blob/248f7b2a7248222cc21cef6194cd1872ba99ac5d/core/src/Network/AWS/Data/Body.hs#L50) in the response?
From my experience most people testing interactions around amazonka test directly against aws and/or create abstractions on top of there uses of amazonka to swap out amazonka for another interrupter...
The combinator is `withTests 1`, e.g. https://github.com/hedgehogqa/haskell-hedgehog/blob/d12b3e8d2150cd51e4ea89b1bb1727a3beceed2f/hedgehog-example/test/Test/Example/Basic.hs#L42
Pushed up an example for you - https://github.com/saurabhnanda/hedgehog-db-testing/pull/1
https://hackage.haskell.org/package/amazonka-s3-1.4.5/docs/Network-AWS-S3-CopyObject.html#v:coCopySourceIfMatch
> Hard coded the number of forked threads to 10. Should that be a parameter? Can we do similar to sync, expose a --fork with a default
As a first pass it would be fine to have a default of 1 with an option to override as well. That way we can start using it even if...
Currently just sets an appropriate exit code