-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Some API definition routes are not parsed correctly #8
Comments
Unfortunately, I don't think this can work. At least for the AWS PHP SDK, the Clients, for example the CognitoIdentityProviderClient that would call the example above with
I changed the Cognito json provided by mockoon to not have Edit: temporary solution at least for my case: use one route with many responses + rules. |
Sorry, your message slipped my mind for a long time! |
Describe the bug
Discussed in mockoon/mockoon#1028
Some API definition (AWS cognito) are not parsed correctly and show a header in the endpoint. It's also prefixed with a # which makes calling the endpoint impossible
To Reproduce
Import the definition and try to call the endpoint.
Expected behavior
Endpoint should be
ListUserPools
instead of#X-Amz-Target=AWSCognitoIdentityProviderService.ListUserPools
.The text was updated successfully, but these errors were encountered: