About 289,000 results
Open links in new tab
  1. Why does API Gateway not pass through the request path …

    I need to create an API Gateway that acts as a proxy to a third party client API. I followed exactly what is in this AWS Tutorial. The API Gateway I created is configured to use a custom domain. …

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

    Feb 4, 2016 · To fix - in the API Gateway configuration - go to "Gateway Responses", expand "Default 4XX" and add a CORS configuration header there. i.e. Access-Control-Allow-Origin: …

  3. How can I set the AWS API Gateway timeout higher than 30 …

    Jan 22, 2019 · 76 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 …

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

    Aug 21, 2016 · I don't have enough reputation to set this as a comment, But I was finally able to find the document specifying that 'x-api-key' belongs in the header for API Gateway calls that …

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

  6. aws api gateway - How do I find the API endpoint of a lambda …

    Apr 11, 2016 · I have a Lambda function that has an exposed API Gateway endpoint, and I can get the URL for that via the AWS console. However, I would like to get that URL via API call. …

  7. aws api gateway - Execution failed due to configuration error: …

    Jan 7, 2019 · I am building a serverless application using AWS Lambda and API Gateway via Visual Studio. I am working in C#, and using the serverless application model (SAM) in order …

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

    Apr 8, 2023 · So the idea I have been experimenting with is to have: Route53 point the domain name to an ALB which in turn will direct the requests to the appropriate Target Group (by …

  9. AWS API Gateway OPTIONS requests returns 500 error

    Jul 9, 2017 · I'm very new to the API Gateway and Lambda. I'm attempting to deploy a Node.js Express-based API to lambda. I'm using the aws-serverless-express example from awslabs. …

  10. message: "Internal server error" when try to access aws gateway api

    Dec 6, 2017 · For accessing dynamodb through lambda function from api gateway it needs: Create a role in AWS console that have access to dynamodb operations. Create a lambda …