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

App Mesh API Go SDK HttpMethod enum values incorrect casing #93

Closed
ewbankkit opened this issue Aug 16, 2019 · 2 comments
Closed

App Mesh API Go SDK HttpMethod enum values incorrect casing #93

ewbankkit opened this issue Aug 16, 2019 · 2 comments
Assignees
Labels
Bug Something isn't working

Comments

@ewbankkit
Copy link

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).

@ewbankkit ewbankkit added the Roadmap: Proposed We are considering this for inclusion in the roadmap. label Aug 16, 2019
@lavignes lavignes added the Bug Something isn't working label Aug 16, 2019
@lavignes lavignes self-assigned this Aug 16, 2019
@lavignes lavignes removed the Roadmap: Proposed We are considering this for inclusion in the roadmap. label Aug 16, 2019
@lavignes
Copy link

Hey @ewbankkit thanks for pointing this out.
We're working to get this fixed as soon as possible.

@skiyani
Copy link

skiyani commented Aug 19, 2019

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants