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

Incorrect variable type defined in the yaml file #43

Open
Jiefei-Wang opened this issue Mar 28, 2021 · 0 comments
Open

Incorrect variable type defined in the yaml file #43

Jiefei-Wang opened this issue Mar 28, 2021 · 0 comments

Comments

@Jiefei-Wang
Copy link

Hi,

I'm an R package developer and find this project is very useful. Thanks for the hard works!

Recently I realize there is an incorrect variable type in the yaml file. The maxResults in ECS yaml is defined as a string, but its true type should be an integer as AWS documentation states. The AWS server would not accept the string type maxResults as the request parameter and will reject my REST request. That's how I find this error.

From its source file I did not find any incorrect content, so this might be due to some bugs in the converter and might affect the other variables as well. I can fix this in my package but I think it would be better to report this to you.

Best,
Jiefei

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

No branches or pull requests

1 participant