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...
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...
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...
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...
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...
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)...
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:...
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...
Anyone know how reliable the $disconnect event for a websocket API Gateway is? The...
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...
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...
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...