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

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

    Feb 4, 2016 · Finally, tell DNS how to find your API gateway: create an A record in Route 53 from your api sub-domain to the AWS API Gateway resource You won't see the API available in Route 53 until …

  3. 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 to reflect, …

  4. How to pass array query params to AWS API Gateway?

    Aug 5, 2015 · 4 If anyone is using OpenAPI 3.0 spec in AWS Api Gateway then you need to define this in your x-amazon-apigateway-integration like so.

  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. aws api gateway - Execution failed due to configuration error: Invalid ...

    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 to deploy my …

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

  8. How can I set the AWS API Gateway timeout higher than 30 seconds?

    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 …

  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. As such, much of …

  10. AWS API Gateway: Status Code 413, Request Entity too large

    May 26, 2016 · aws-lambda aws-api-gateway asked May 26, 2016 at 23:12 Mandeep Singh 8,254 21 70 106