Top "Aws-api-gateway" questions

Amazon API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale.

How to pass a querystring or route parameter to AWS Lambda from Amazon API Gateway

for instance if we want to use GET /user?name=bob or GET /user/bob How would you pass both …

amazon-web-services aws-lambda aws-api-gateway
Can an AWS Lambda function call another

I have 2 Lambda functions - one that produces a quote and one that turns a quote into an order. I'd …

node.js amazon-web-services aws-lambda aws-api-gateway
Missing Authentication Token while accessing API Gateway?

I am trying to call a Lambda Function through AWS API Gateway. When I mention Authentication type NONE it works …

amazon-web-services aws-api-gateway
Getting json body in aws Lambda via API gateway

I'm currently using NodeJS to build a bot on AWS lambda via AWS Api Gateway and I'm running into an …

aws-lambda aws-api-gateway
API Gateway CORS: no 'Access-Control-Allow-Origin' header

Although CORS has been set up through API Gateway and the Access-Control-Allow-Origin header is set, I still receive the following …

ajax amazon-web-services cors aws-api-gateway
getting message: forbidden reply from AWS API gateway

I am trying to create a lambda service on AWS and have it accessed from outside via the API gateway …

amazon-web-services aws-api-gateway
Is there a way to change the http status codes returned by Amazon API Gateway?

For instance if I want to return a specific 400 error for invalid parameters or perhaps a 201 when the lambda function …

amazon-web-services aws-lambda aws-api-gateway
How to pass a params from POST to AWS Lambda from Amazon API Gateway

In this question How to pass a querystring or route parameter to AWS Lambda from Amazon API Gateway shows how …

amazon-web-services aws-lambda aws-api-gateway
Amazon API gateway timeout

I have some issue with API gateway. I made a few API methods, sometimes they work longer than 10 seconds and …

amazon-web-services aws-api-gateway
API Gateway - Post multipart\form-data

Seems my question maybe a little similar to this one. I have an API within my API Gateway and am …

amazon-web-services aws-lambda aws-api-gateway