About 50 results
Open links in new tab
  1. Is there a way to change the http status codes returned by Amazon API ...

    Jan 23, 2016 · The easiest way to set custom HTTP status code is to setup a Lambda Proxy Integration in API Gateway. In API Gateway > Resource > Actions Dropdown > Create Method > tick Lambda …

  2. amazon web services - Request payload limit with AWS API Gateway ...

    Sep 22, 2017 · What is the request-payload limit with AWS API-Gateway? I need to send a JSON payload with base64 encoded files and some other parameters to API Gateway, that will then pass …

  3. Missing Authentication Token while accessing API Gateway?

    May 26, 2017 · I am trying to call a Lambda Function through AWS API Gateway. When I mention Authentication type NONE it works fine but API become public and anyone with url can access my …

  4. amazon web services - API Gateway throttling -- burst limit vs rate ...

    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 the Token …

  5. 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 …

  6. amazon web services - How can I set the AWS API Gateway timeout …

    Jan 22, 2019 · 75 Unfortunately there isn't a way to increase the API Gateway timeout to longer than 29 seconds. This is a limitation of the gateway. The reason you can set the lambda function longer is …

  7. getting message: forbidden reply from AWS API gateway

    Dec 6, 2016 · I am trying to create a lambda service on AWS and have it accessed from outside via the API gateway with no authentication or restriction required. To make things easy I set the gateway for …

  8. Application Load Balancers vs API Gateway - Stack Overflow

    Jun 30, 2019 · If you are building an API and want to leverage AuthN/Z, request validation, rate limiting, SDK generation, direct AWS service backend, use #APIGateway. If you want to add Lambda to an …

  9. Using an API key in Amazon API Gateway - Stack Overflow

    Aug 21, 2016 · 51 If you set 'API Key Required' option to true, please check below. you have to pass 'x-api-key' HTTP Header Parameter to API Gateway. The API Key had to be created. In addition, you …

  10. amazon web services - how to find the right URL for API Gateway API ...

    Docs: Routing traffic to an Amazon API Gateway API by using your domain name, and Setting up a regional custom domain name in API Gateway An "API Gateway domain name" is consumed as the …