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

How to invoke an API gateway rest api endpoint with credentials #4247

Open
pnmcgp opened this issue Aug 24, 2024 · 1 comment
Open

How to invoke an API gateway rest api endpoint with credentials #4247

pnmcgp opened this issue Aug 24, 2024 · 1 comment
Labels
apigateway documentation This is a problem with documentation. feature-request This issue requests a feature. p2 This is a standard priority issue

Comments

@pnmcgp
Copy link

pnmcgp commented Aug 24, 2024

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

@pnmcgp pnmcgp added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Aug 24, 2024
@tim-finnigan tim-finnigan self-assigned this Aug 26, 2024
@tim-finnigan tim-finnigan added the investigating This issue is being investigated and/or work is in progress to resolve the issue. label Aug 26, 2024
@tim-finnigan
Copy link
Contributor

@tim-finnigan tim-finnigan added feature-request This issue requests a feature. apigateway p2 This is a standard priority issue and removed needs-triage This issue or PR still needs to be triaged. investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Aug 26, 2024
@tim-finnigan tim-finnigan removed their assignment Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apigateway documentation This is a problem with documentation. feature-request This issue requests a feature. p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

2 participants