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
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...
Hi, we stumbled upon some strange behaviour when testing same code against an env with api gateway infront rather than nginx controller
Request -> api gw -> vpc private link -> alb -> eks
When we...
Around August 15th, 2024, my users have experienced a problem with my AWS hosted API, where 401 responses were coming back for all API requests when made from a region not in the Northeast (or around...
I am working on an IoT solution in which IoT devices send data to AWS Kinesis streams. Each device is identified by an IoT Thing Name, and we use this name (or its hashed value) as the Kinesis...
i have created a personal studio in sagemaker and deployed my custom fastapi code using docker and on sgemaker studio UI I'm able to test the invocation but while trying with AWS apigateway its giving...
Hi,
I have a Lambda function attached to a VPC and private subnets. This lambda function will be used for API Gateway Usage Plan reporting purposes. So I want to get Usage Plan api usage using Boto3....
How can I use the AWS API key in the Amazon Affiliate account?
https://affiliate-program.amazon.in/help/node/topic/GBRCD467W33NMWLD
Based on the above ref link it's says there are 2 way one is AWS...
I have been trying to figure out how to connect to AWS API Gateway that has cognito Authoriser for a long time and I cannot figure it out. Here are the steps that I have tried.
I have set up the...
A car rental company has built a serverless REST API to provide data to its mobile app. The app consists of an Amazon API Gateway API with a Regional endpoint, AWS Lambda functions, and an Amazon...
The UI kept telling me "Invalid path. Must be "$default" or start with a /."
![Enter image description here](/media/postImages/original/IM6oPJjfMPQKyJM53lrdlw2g)
Hi All,
I am creating my own generative AI chatbot using AWS Bedrock, Lambda, OpenSearch Serverless, CloudFormation, and S3. Here is the link to the GitHub repo for the chatbot:...