-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
APIGateway Put Integration still yields an error after update #769
Comments
@raghunat The So, if you wanted to call a lambda function, the uri would look something like this: Let me know if this helps, or if you need further clarification. |
Thanks for the response! Yes the documentation then was very unclear :-) Would it then be something like this? gate.putIntegration({
httpMethod:'POST',
resourceId: '8oqq0x',
restApiId: 'r3wraomlb6',
type: 'AWS',
integrationHttpMethod: 'POST',
uri: 'arn:aws.apigateway:us-east-1:lambda:path/2015-03-31/functions/myFunctionName',
credentials: 'myFullyQualifiedLambdaRole'
}, console.log); |
@raghunat Let me know if that works, or if you're still having problems getting it to work. |
I'm closing this issue, but feel free to comment here or re-open if you're still having issues. |
The following line from the serverless application model examples helped me resolve this same issue, the uri is pretty tricky: |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Hello!
aws/aws-cli#1605
boto/botocore#706
The above references a fix for the above message, but it still is not working. The above issue was closed, so created this one specifically in reference to the SDK. Version used to reproduce is: 2.2.13
Example code to reproduce:
The text was updated successfully, but these errors were encountered: