Questions tagged with Amazon API Gateway
Content language: English
Sort by most recent
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...
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...
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...
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...
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...
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),...
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...
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...
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
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...
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...
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...