How to invoke an API gateway rest api endpoint with credentials #4247
Labels
apigateway
documentation
This is a problem with documentation.
feature-request
This issue requests a feature.
p2
This is a standard priority issue
Describe the issue
There is a ton of documentation on how create, modify, and protect a rest-api made with API Gateway but there doesn't seem to be any info on how to actually call an endpoint with the correct auth headers. I'd assume since I can do everything else in boto3 that this should be implemented somewhere but so far I have had no luck finding it.
Is there any existing documentation for invoking and api gateway endpoint with credentials?
Links
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/apigateway.html#apigateway
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/apigatewayv2.html#apigatewayv2
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sts.html#sts
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iam.html#iam
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/resources.html
The text was updated successfully, but these errors were encountered: