Questions tagged with Amazon API Gateway

fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale

Content language: English

Select tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

1837 results
I have deployed a Lambda function which gets executed and checks the usage of API Quota. I have updated the remainingquota to 4 and sent 2 API Requests from Postman to same API for which I have update...
1
answers
0
votes
32
views
asked 2 hours ago
Hello, I'm facing an issue with AWS API Gateway and Lambda. My goal is to receive a Shopify webhook, process it in a Lambda function, and store the data in an RDS MySQL database. However, when Shopify...
2
answers
0
votes
48
views
asked 10 hours ago
We have an API key with the following list of domains set in `AWS WAF`> `Application Integration` > `CAPTCHA Integration` : * `acme.com` * `api.acme.com` (an API Gateway deployment linked with the CA...
2
answers
0
votes
28
views
asked 11 hours ago
I want to route requests to HTTP API Gateway B or AppSync HTTP endpoint in account B through HTTP API Gateway A in account A and authorize requests from HTTP API Gateway A to B using IAM.
1
answers
0
votes
36
views
asked 13 hours ago
I would like to expose a VPC Lattice service using API Gateway VPC Link. Is there a way to restrict access to the Lattice service to only allow requests from this API Gateway?
1
answers
0
votes
59
views
AWS
asked a day ago
Hello, I've used serverless.yml to deploy lambda functions ``` ... functions: rest: handler: rest_handler.handler timeout: 120 events: - http: ...
2
answers
0
votes
35
views
asked 3 days ago
I have a rest api beanstalk setup that's connected with aws api gateway. The api gateway has proxy routes set up for the rest api on beanstalk, and from what I've read in the docs, in order to enable ...
1
answers
0
votes
36
views
asked 4 days ago
I create a Lambda@Edge function that is supposed to add a header to my CloudFront request to API Gateway. I looked at all the logs, and CloudFront and API Gateway received the requests alright, but th...
1
answers
0
votes
44
views
asked 5 days ago
apigateway - firehose - s3 configuration completed api gateway - When sending data to firehose we pass the data specification as a string in JSON format, due to language limitations {“ctrId”: 41, ...
2
answers
0
votes
20
views
asked 6 days ago
This is my problem, I believe it points to permission error, but I don't know where the chain is broken ![Enter image description here](/media/postImages/original/IMUzvpFQqEQlOc8GZkdwqCQg) The Aut...
2
answers
0
votes
36
views
asked 6 days ago
When configuring an API Gateway, we configure API mappings connect a URL path connect to the API. We are experiencing a change in the perceived behavior. Navigation to this feature in the console is ...
2
answers
0
votes
14
views
asked 8 days ago
I have an apigateway -> lambda setup. I have raised a quota increase for api gateway integration timeout and the new limit is set to 59000ms. Even then I see api gw throwing 502 gateway timeout erro...
3
answers
0
votes
28
views
asked 9 days ago