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.

Setting http response header from AWS lambda

My API Gateway/Lambda setup returns an HTTP response header: Lambda uses callback function to return the value as part …

amazon-web-services aws-lambda aws-api-gateway
How to access HTTP headers for request to AWS API Gateway using Lambda?

I see in the API Gateway FAQ that it is possible to access the request headers sent to the API …

amazon-web-services aws-lambda aws-api-gateway
AWS API Gateway No 'Access-Control-Allow-Origin' header is present

I'm stuck on an issue with API gateway and I've gone through all the other SO answers on this, AWS …

jquery ajax amazon-web-services aws-lambda aws-api-gateway
How to authenticate users for AWS API Gateway?

I am creating a server less REST API using AWS API Gateway and AWS Lambda. While the end points have …

aws-api-gateway
Configure CORS response headers on AWS Lambda?

I'm trying to create a new service using AWS API Gateway, but I found out the browser automatically calls OPTIONS …

amazon-web-services cors aws-lambda aws-api-gateway
Request payload limit with AWS API Gateway

What is the request-payload limit with AWS API-Gateway? I need to send a JSON payload with base64 encoded files and …

amazon-web-services aws-lambda aws-api-gateway payload
Amazon API Gateway in front of ELB and ECS Cluster

I'm trying to put an Amazon API Gateway in front of an Application Load Balancer, which balances traffic to my …

amazon-web-services aws-api-gateway amazon-elb amazon-ecs
AWS Lambda fails to return PDF file

I have created a lambda function using serverless. This function is fired via API Gateway on a GET request and …

node.js amazon-web-services lambda aws-api-gateway serverless-framework
Making calls to AWS api gateway endpoint with api key using rest client POSTMAN

We are developing a mobile/web app for which we are using aws lambda and dynamo db as our backend.…

amazon-web-services aws-lambda aws-api-gateway
AWS API Gateway - CORS + POST not working

CORS is really driving me crazy and I'm really out of ideas as of what to try to make it …

api amazon-web-services cors aws-api-gateway