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

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

    Feb 17, 2025 · 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 …

  4. amazon web services - AWS API Gateway returns 500, but only …

    Feb 20, 2023 · For some reason, this caused that API gateway was able to resolve some requests for dev.service.xyz correctly and others incorrectly. After removing "service.xyz" and creating new …

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

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

  7. amazon vpc - what's the difference between the AWS API Gateway and ...

    Aug 31, 2023 · Amazon API Gateway is a managed service that allows you to create, publish, and manage APIs for your applications. An API Gateway endpoint refers to the URL that clients can use …

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

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

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

    Jul 10, 2015 · How to pass a querystring or route parameter to AWS Lambda from Amazon API Gateway Asked 10 years, 7 months ago Modified 3 years ago Viewed 529k times