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
1823 results
Hi Team, I have added a resource policy to my API Gateway that restricts access to calls made only from a specific account, as well as the account where the API Gateway itself resides (to allow calls...
3
answers
0
votes
54
views
Jess
asked 2 days ago
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...
Accepted AnswerAmazon API Gateway
1
answers
0
votes
18
views
Gonzalo
asked 2 days 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...
1
answers
0
votes
33
views
asked 3 days 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
38
views
behal
asked 4 days 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
24
views
asked 4 days 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)...
1
answers
0
votes
22
views
EthanP
asked 4 days 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
45
views
Jess
asked 8 days 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
27
views
Matt
asked 9 days ago
Anyone know how reliable the $disconnect event for a websocket API Gateway is? The...
1
answers
0
votes
36
views
chsing
asked 10 days 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...
1
answers
0
votes
46
views
asked 10 days 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...
4
answers
0
votes
52
views
Bernd H
asked 10 days 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...
3
answers
0
votes
72
views
Jongsun
asked 15 days ago