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.
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:...
A company is hosting a monolithic REST-based API for a mobile app on five Amazon EC2 instances in public subnets of a VPC. Mobile clients connect to the API by using a domain name that is hosted on...
I've done this several time with API Gateway. I'm now trying to do it with a function URL. When I try to add a GET style parameter onto the end of the function URL I get error: KeyName - In other...
Hi, I have my Express "server" (serverless routes) configured in AWS Lambda behind API Gateway, with the Lambda having 20 units of provisioned concurrency to prevent cold starts. My API serves our...
My GET requests works flawlessly with my REST API endpoints, but my POST request returns 504 -> {
"message": "Endpoint request timed out"
}
in less than a second. I have timeout set to 3 minutes on...
Hello,
We have an Api Gateway REST Api deployed using SAM and we use the body validation with models that worked fine until we encountered the case where a customer write with specials characters.
The...
Hi,
I've created an backend with Serverless framework. Which uses API Gateway and lambdas. After building I've found that a vendor that my lambdas send requests to needs to come from a static ip...
I'm trying to configure a new stage in a new API Gateway API in the Console. This API is fresh new. When I try to create a new stage, I'm getting the "Missing required key 'deploymentId' in params...
Novice user.
My goal is to write Lambda functions in Go and turn them into API Gateway APIs. I created a "Hello, World" Go executable and turned it into a Lambda. The Lambda test passed.
I then built...
I am attempting to get an contact form working on an Amazon s3 bucket. I can receive email when running tests via Lambda and API Gateway just fine but when I try to submit the form via the website I...
My company's account was breached by a third party. A key was compromised. I noticed the breach and took action, I informed aws team. They stopped some of our services including lambdas and other api...