Questions tagged with Amazon API Gateway

Content language: English

Sort by most recent

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

I am trying to access my AWS RDS from a Lambda function using IAM authentication. I have stored the secrets using secret manager. I am using terraform to provision all the services. **I am getting...
2
answers
0
votes
68
views
asked 3 days ago
API gateway websocket limit, 500 new connection per second, seems pretty low. But when I think about TLS termination, 500 is pretty reasonable limit. Does this apply to reconnection? If I have 1M...
1
answers
0
votes
36
views
asked 4 days ago
Hi So I am working on a "contact-us" form of a website for a company. Anyone can fill out the form and submit, which would call API gateway, which, through a lambda function, commit the message into...
0
answers
0
votes
34
views
asked 5 days ago
We have a rest application managed by API Gateway. When we test through API Gateway our application is exercised and works as expected. However, if we call endpoints (GET and POST) from the UI the...
2
answers
0
votes
46
views
asked 5 days ago
We have an API gateway integration request for a GET request which has this set up under "URL Query String Parameters": Name: userAgent Mapped from: context.identity.userAgent Here's a snippet of the...
0
answers
0
votes
11
views
asked 5 days ago
we are getting an error Error while making REST call. Retry: 0, Message: IOException: Connection reset by peer, StackTrace: [java.net.http/jdk.internal.net.http.HttpClientImpl.send(Unknown Source),...
1
answers
0
votes
27
views
asked 6 days ago
I have configured and setup APIs via the serverless framework. And I was trying to setup API Keys on the API Gateway page, but I cannot find them for the page as it looks different. Here is the page...
2
answers
0
votes
22
views
asked 6 days ago
In our current project, we are using serverless architecture leveraging AWS Cognito as IdP, AWS API Gateway and AWS Lambda. For our current application, we have some partners who are registered in the...
0
answers
0
votes
26
views
baski84
asked 7 days ago
What is the best server region to chose in terms of availability and lag time? Is there a region selector guide for AWS services? Thanks Zeev
2
answers
0
votes
11
views
asked 7 days ago
Hi, I've got a cloudfront distribution in front of an api that internally sends a request to an endpoint. This request includes the following headers...
1
answers
0
votes
22
views
Pascual
asked 7 days ago
Does anyone know if there is any internal optimization for Lambdas that are sharing the asset? In other words, what is the cache key for the warm lambda? Is it: - Lambda handler version - Lambda...
2
answers
0
votes
51
views
profile picture
m0ltar
asked 8 days ago
I have to integrate the sdk from api gateway for one of my api. I have to dynamically set the invoke url for the api sdk but the sdk I have downloaded from the console doesn't lets me to set the...
0
answers
0
votes
23
views
asked 9 days ago