About 12,700,000 results
Open links in new tab
  1. Amazon API gateway timeout - Stack Overflow

    API Gateway and Lambda are designed for short runtimes. This is an intended limit by AWS. If you have a long runtime, such as running a scraper and having to send a response to client, then use ECS or …

  2. 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 correct CORS …

  3. How enable CORS in api gateway aws - Stack Overflow

    Nov 17, 2024 · I’m setting up an API using AWS API Gateway and Lambda, and I’m facing CORS issues when making requests from my frontend. While reviewing the setup, I noticed something odd: …

  4. API Gateway throttling -- burst limit vs rate limit

    Dec 20, 2021 · So burst limit of API gateway is similar to the basket capacity X - how many requests can be accepted at once, when all tokens are available. And the rate limit is similar to Y - how quickly the …

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

    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 Load Balancer; …

  6. What is the difference between a REST API and an API gateway?

    Sep 22, 2020 · In microservices, API Gateway is the first layer that an HTTP request goes through and tasks of decoding the JWT token, then finding the user privileges, then checking for the incoming …

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

    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.

  8. API Gateway CORS: no 'Access-Control-Allow-Origin' header

    Feb 4, 2016 · Also - if you happen to be getting a status code of 0 or 1 from a request running through API Gateway, this is probably your issue. To fix - in the API Gateway configuration - go to "Gateway …

  9. What is the difference between application gateway, api gateway, api ...

    Mar 13, 2023 · Azure Application Gateway and Azure API Management are no hosting solutions. They are solution to, simply put, manage traffic. Think about topics like Protection, load balancing, SSL …

  10. How to invoke an AWS Step Function using API Gateway

    Mar 20, 2017 · How do I invoke an AWS Step Function using an API Gateway POST request, and the request's JSON payload to the Step Function ?