About 7,870,000 results
Open links in new tab
  1. API Gateway throttling -- burst limit vs rate limit

    Dec 20, 2021 · The burst limit defines the number of requests your API can handle concurrently. The rate limit defines the number of allowed requests per second. This is an implementation of …

  2. Why does API Gateway not pass through the request path …

    To pass through the request path e.g. /api/serviceName, you must include a path parameter in your integration endpoint URL for Amazon API Gateway to map this proxy request path to.

  3. Difference between Google's API Gateway and Cloud Endpoints

    Sep 8, 2020 · API Gateway is a new GCP service, just announced today. From what can be understood, it is an improved version of Cloud Endpoints. API Gateway can manage APIs for …

  4. AWS API Gateway OPTIONS requests returns 500 error

    Jul 9, 2017 · It seems like my API is working correctly via the API Gateway. My post and get methods work fine. However, I need to support CORS. My application should be returning the …

  5. How do I set up an AWS Application Load Balancer in front of an …

    Apr 8, 2023 · The other options clearly are not what I need here. Many of the other questions in Stack Overflow (and generally on the Internet) address having API Gateway in front of the …

  6. How to correctly call queryStringParameters for AWS Lambda

    Sep 23, 2020 · I'm still on the api gateway part so i'll update once mine is completed. Whan you test from the lambda function there is no queryStringParameters in the event but it is there …

  7. AWS API Gateway {"message":"Missing Authentication Token"}

    May 31, 2020 · I am using API Gateway to build a REST API to communicate with a deployed aws sagemaker model via aws lambda. When I test the Method (Method Test Results) my …

  8. AWS API Gateway returns 500, but only sometimes

    Feb 20, 2023 · API gateway was set up so that users can point to any of these via stage functionality. For some reason, this caused that API gateway was able to resolve some …

  9. How to pass a querystring or route parameter to AWS Lambda …

    Jul 10, 2015 · I found the "eturn-html-from-aws-api-gateway" post first and followed it, because it's exactly what I needed. Now I need to pass some parameters in to the function and modify the …

  10. How to set up an OAuth2 Authentication Provider with AWS API …

    AWS has an API Gateway, that makes it pretty easy to set up, manage and monitor your API. However, the security authorization settings that you can set for resource methods is limited to …