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
I am developing to support aws msk. I got a problem on recording stub responses. Both of the response format from aws-cli and aws-sdk are slightly different from your stub file. How do you write stub file? Which source should I use?
Thank you
The text was updated successfully, but these errors were encountered:
Generally, you should make the stub match the Awspec::Type you're creating.
The best way I was able to find for that is to copycat the available stubs that are around the project.
I also find myself struggling with that, you might want to take a look at #445 .
Hi,
I am developing to support aws msk. I got a problem on recording stub responses. Both of the response format from aws-cli and aws-sdk are slightly different from your stub file. How do you write stub file? Which source should I use?
Thank you
The text was updated successfully, but these errors were encountered: