About 76,600 results
Open links in new tab
  1. Request payload limit with AWS API Gateway - Stack Overflow

    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 …

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

    Feb 4, 2016 · Also - if you happen to be getting a status code of 0 or 1 from a request running through API Gateway, this is probably your issue. To fix - in the API Gateway configuration - …

  3. Is it possible to use wildcards or catch-all paths in AWS API Gateway

    Mar 3, 2016 · Rather than running a server specifically for this job I was trying to use AWS API Gateway with lambda to perform the redirect. I have this working ok for the root path "/" but …

  4. Is keycloak behind api gateway a good practice? - Stack Overflow

    Mar 1, 2018 · Is not a good practice, a good Enterprise API Gateway has the obligation to meet (or give you the access to customize) all the advanced authentication and authorization …

  5. How to invoke lambda async with AWS ApiGateway HttpApi

    Apr 7, 2020 · I'm using the new HTTP Api (The one introduced in December 2019) of AWS Api Gateway. I used to work with REST Api, which lets you trigger lambda functions async by …

  6. What is the difference between API Gateway and ESB?

    Jan 26, 2016 · Microsoft Azure API Management: Microsoft Azure API Management is a fully managed service that enables developers to publish, secure, and monitor APIs. Kong: Kong is …

  7. AWS API Gateway always returns 502 bad gateway

    Apr 2, 2019 · 502 Bad Gateway Exception, usually for an incompatible output returned from a Lambda proxy integration backend and occasionally for out-of-order invocations due to heavy …

  8. amazon web services - API Gateway Websockets - Stack Overflow

    Oct 15, 2019 · Lambda and CloudWatch are services that come at an additional cost for your API Gateway service, so I would advise against using them for a simple ping / websocket …

  9. My API on API Gatway returns error 502 every time I make a …

    Oct 23, 2020 · I have a NodeJS Rest API that is deployed on AWS throught Serverless, which automatically creates a Lambda function and a API on API Gateway for me. Every time I try to …

  10. How do I setup an Endpoint URL with a Path Parameter within API …

    Sep 9, 2017 · The console will help you with the suggestions and validation. That's it. You can now test your API method in the console and see that everything is routed to the target …