About 441,000 results
Open links in new tab
  1. AWS API Gateway - resource policies - Stack Overflow

    Feb 26, 2025 · We have a Lambda function on aws which is exposed via api gateway. On that api, we have a resource policy to restrict traffic so only ip addresses in our firm can access the endpoint. For …

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

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

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

  7. 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 function and assign …

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

  9. Regional/Edge-optimized API Gateway VS Regional/Edge-optimized …

    Why these two can be regional/edge-optimized separately? Regional and Edge-Optimized are deployment options. Neither option changes anything fundamental about how the API is processed …

  10. How to set up an OAuth2 Authentication Provider with AWS API …

    AWS has an API Gateway, that makes it pretty easy to set up, manage and monitor your API. However, the security authorization settings that you can set for resource methods is limited to AWS-IAM …