By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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.

1779 results
I want to create a resource policy for API Gateway that block all GET calls to `myapi1` expect calls to `myapi1/status` and `myapi1/v1/*` sub-paths. Based on the documentation (https://docs.aws.amazo...
Accepted AnswerAmazon API Gateway
1
answers
0
votes
102
views
asked 2 months ago
Few months ago we configure a lambda, to recibe 'application/x-www-form-urlencoded' content type. The Mapping template was working. But now is not resolving: *""message": "Could not parse request bod...
1
answers
0
votes
288
views
asked 2 months ago
Hello, I have created a Lambda which is responsible for receiving certificate files from a frontend and uploading them to Transfer Family. In order to obtain the certificate chain, we begin by making...
1
answers
0
votes
150
views
asked 2 months ago
Problem Statement: I would like to have a direct integration between the API Gateway with Kinesis Data Stream for a high throughput application that needs low latency. I would ideally prefer a lighter...
2
answers
0
votes
92
views
asked 2 months ago
Hi all, the title should be self explanatory. I have my step function returning the headers/statusCode/Body objects I normally do for a more typical API Gateway and Lambda proxy, but it (expectedly) d...
1
answers
0
votes
99
views
asked 2 months ago
Hi team. i'm using axios in my lambda function to make an http request to an API GW : ``` //create axios client const axiosInstance: AxiosInstance = axios.create({ baseURL: origin, httpsAgent:...
2
answers
0
votes
135
views
asked 2 months ago
I'm attempting to use terraform to update my API Gateway Stage. After manually updating my configuration to inactivate my cache cluster, aws cli calls still show my cacheClusterSize of having 0.5. It ...
1
answers
0
votes
79
views
asked 2 months ago
Anyone know how reliable the $disconnect event for a websocket API Gateway is? The [documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-route-keys-conn...
1
answers
0
votes
83
views
asked 2 months ago
Hi All, My customer has been making use of API Gateway's Websocket integration, performing two way communication with a lambda function. They've previously been using JSON but would like to send bin...
1
answers
0
votes
150
views
asked 2 months ago
I have a simple HTTP API Gateway with a Lambda Integration and a JWT Authorizer (Cognito JWT). The gateway has only one route "/{proxy+}" that is forwarding to the Lambda function. Every HTTP Method i...
4
answers
0
votes
153
views
asked 2 months ago
Hi, I created a custom domain in API Gateway, and a domain ending with 'amazonaws.com' was created in the endpoint configuration. I registered it as a cname in Route53. However, I created it to ca...
3
answers
0
votes
109
views
asked 2 months ago
I have a public Rest API gateway. I've defined a method, but unfortunately it is not being attached to the stage and deployment appropriately. When I look in the rest api gateway in the AWS console,...
1
answers
0
votes
182
views
asked 2 months ago