How to request API Gateway endpoint using PHP AWS SDK? #2421
-
I have Found Some methods require some ConnectionID or another arguments, I am sure there should be a simple way. For instance my Api url is |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @megusta420, thank you for reaching out and sorry for the delayed response. Just to clarify, your question is if is there any way to execute a request to an end-point defined with the API Gateway service, by using the SDK? |
Beta Was this translation helpful? Give feedback.
-
@yenfryherrerafeliz hello and yes, sure! I've already implemented it by using a simple Guzzle call, but maybe there is a way to get instantiated HTTP client from SDK to not create it manually. Or to request it by SDK but as far as I understood, SDK is not to query API Gateway endpoints. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@yenfryherrerafeliz hello and yes, sure! I've already implemented it by using a simple Guzzle call, but maybe there is a way to get instantiated HTTP client from SDK to not create it manually. Or to request it by SDK but as far as I understood, SDK is not to query API Gateway endpoints.