All Content 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
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...
I am totally unable to create a minimal working cloudformation template to have a single GET /hello returning "Hello world!"
> I need javascript / typescript, not Python !
I have problem about how...
Hi Team,
Is there any option to export /back up the SQS and API Gateway configuration, instead of manually noting down essential settings .
We are decommissioning some of the items. so before...
I have an API in CloudFormation with around 60 endpoints on 1 stage. i want to add caching to this stage, but i need it only for one method. how can i create a CF resource for this stage that will...
My backend setup for https://api.example.com is Route 53 -> Api Gateway HTTP API -> Cloud Map -> An EC2 instance running docker/django. When I make a fetch request from https://example.com, I get the...