Mocking out new API? · Issue #70 · aws/aws-sdk-go-v2
A major change in the v2 API is the requirement to use Request methods (#33). We currently use the iface packages to test our code using the v1 API with the strategy described in aws-sdk-go-v2/serv...