-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
#1595 was fixed but it exposed another problem with put-integration #1605
Comments
To avoid some confusion, I am passing a variable called HTTPMethod to my Lambda function so that my function can receive the method. That logic works when I put it in via the web. |
Same here.
|
It looks like an issue with botocore's serializer. Also (this will not will not work currently) you will need to specify a |
@kyleknap thanks for your feedback. It's working fine now.
|
Awesome. Good to hear. |
(I put this comment in #1595 but it's closed so I wanted to open a new issue)
I installed the develop branch and the code that should be working for put-integration but it is giving me the following error now:
A client error (BadRequestException) occurred when calling the PutIntegration operation: Enumeration value for HttpMethod must be non-empty
It think there is a typo somewhere in that "HttpMethod" should be "httpMethod" because that's the parameter that the CLI is expecting.
If have tried using the regular command-line method as well as the --cli-input-json format and the error is the same.
Here is the debug output:
The text was updated successfully, but these errors were encountered: