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.
I'm encountering a 403 Forbidden error when trying to access my AWS API Gateway using a custom domain. Here's a summary of the issue:
Configuration:
1. API Gateway Endpoint Type: Regional
2. Custom...
I would like to add a Lambda authorizer to each route of my API Gateway WebSocket.
However, according to the documentation, it is only possible to use a Lambda authorizer function for the $connect...
HI everyone, I want to up load binaries images to bucket (s3) using cURL and put from another server using python. I tried to many ways to do (Shell script, python) but I can't do it.
Could you guide...
Dear Community,
I am reaching out with a specific implementation requirement. Our setup necessitates the use of multiple API Gateways, and we also need to make each API Gateway accessible via one or...
Hey,
I have actually developed an application & deployed it on AWS cloud using the required resources. I have created a path based routing policies for my application using API Gateway Regional API...
Hello AWS Support,
I am currently implementing a virtual waiting room using the "Getting Started" template and am encountering an issue when attempting to invoke the increment_serving_counter API...
We were using custom domain name for the API endpoint via AWS hosted zone. This API is internal , so just public hosted zone was sufficient to create a custom domain name for the API endpoint.
With...
Is there an AWS product or service called Flex Gateway? I only know about AWS API Gateway.
I am trying to deploy the Jaeger query in AWS Lambda so I pulled the latest Jaeger Query image from Docker Hub and pushed the same to AWS ECR. After pushing the image to AWS ECR I created the AWS...
Hello,
I created a secret manager and added values as key value pairs, I want to read it using API Gateway with specific key name, I tried find a way a lot but did not find anything helpful.
Can...
Hello.
I had an AWS Lambda Function for dotnet 6. One in a staging step that was deployed a few months ago, and now one in a production step that was deployed just yesterday. Both follow the same...
I have a setup with where I have the following:
* Custom domain name for HTTP API GW
* HTTP API GW with ANY proxy route. This route has a VPC LINK integration with CloudMap
* CloudMap Namespace with 1...