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.
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
ListUserPoolsinstead of#X-Amz-Target=AWSCognitoIdentityProviderService.ListUserPools.