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 up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
Dear AWS Community Member,
I hope this message finds you well.
I am writing to bring to your attention an issue we are currently facing regarding the latency in API calls made from the South Africa...
I'm setting up a Cost Intelligence Dashboard, and as part, I was deploying the `cur-aggregation` stack in the management account. I noticed that the **API_ENDPOINT...
Hello,
I am developing an API using AWS SAM and OpenAPI 3.0.0, and one of the endpoints will integrate with a Step Function. I have configured the integration using Application Composer in...
I am using AWS Api Gateway and i would like to write some tests. Specifically i have an endpoint where i do some request mapping to generate the integration url and add additional query params and...
Looking for someone who has been successfully running their frontend and backend on the same domain in AWS but the request segregation is happening in cloudfront through behaviors.
For example all...
Hello everyone,
I'm trying to create an API Gateway with authentication based on a Cognito user pool.
To grant or restrict access to the API endpoints, I'm using AWS Verified Permissions with the...
I had not updated my HTTP API Gateway in some time. I tried to make a change today to my dev stage which uses autodeployment, and I see this message:
Deployment attempt failed: Vpc link bwk5ve was...
When implementing mTLS for an HTTP API in API Gateway and added a trust store with all CA chains, I was surprised to see a warning that API Gateway doesn't support secp521r1 ECC ciphers.
Is there a...
Currently I am using a cloudfront distribution to serve my frontend. I am looking to use the same domain for backend too. For that I have added a behavior in cloudfront distribution. All the /api/*...
Our project strongly revolves around interacting with multiple external `APIs` which are protected using `OAUTH2`. The problem we are facing is that we interact with these `APIs` through many `AWS`...
Currently it is giving this error on the EC2 server, the error indicates this: Traceback (most recent call last): File...
I want to change the Stage created when creating API Gateway with AWS SAM from Prod to a custom name
Hello.
I am creating an API Gateway using AWS SAM.
At that time, I am trying to name "dev" as "StageName".
However, when I actually deploy it, a stage named "Prod" is created.
Is it not...