We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As at AWS SDK v1.23.3 the HttpMethod enum values are incorrectly lowercased: https://github.com/aws/aws-sdk-go/blob/1f5f7a448b2ef1e5ef20489682e0a115b32208a9/service/appmesh/api.go#L8287-L8314. The documentation is similarly incorrect. The live API accepts the HTTP method in uppercase (e.g. POST).
POST
The text was updated successfully, but these errors were encountered:
Hey @ewbankkit thanks for pointing this out. We're working to get this fixed as soon as possible.
Sorry, something went wrong.
Hey @ewbankkit the fix had been merged into the Go SDK: https://github.com/aws/aws-sdk-go/releases/tag/v1.23.4
Please let us know if you find any other issues!
lavignes
No branches or pull requests
As at AWS SDK v1.23.3 the HttpMethod enum values are incorrectly lowercased: https://github.com/aws/aws-sdk-go/blob/1f5f7a448b2ef1e5ef20489682e0a115b32208a9/service/appmesh/api.go#L8287-L8314.
The documentation is similarly incorrect.
The live API accepts the HTTP method in uppercase (e.g.
POST
).The text was updated successfully, but these errors were encountered: