About 295,000 results
Open links in new tab
  1. 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: …

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

  3. Terraform not deploying api gateway stage - Stack Overflow

    It absolutely won't be run first because it is dependent on at least 2 resources (aws_api_gateway_rest_api and aws_api_gateway_method) which in turn may well be …

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

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

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

  7. AWS API Gateway: User anonymous is not authorized to execute API

    Step - 2: Ensure that the API Gateway has whitelisted the AWS Account in the Resource Policy. Step - 3: If the IAM User has been created recently it will take around 5 - 10 mins for the policy …

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

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

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

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