Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The format of stub files #515

Open
MufuHan opened this issue Jun 19, 2020 · 1 comment
Open

The format of stub files #515

MufuHan opened this issue Jun 19, 2020 · 1 comment

Comments

@MufuHan
Copy link
Contributor

MufuHan commented Jun 19, 2020

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

@glasswalk3r
Copy link
Contributor

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants