Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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
1874 results
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...
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) d...
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 [documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-route-keys-conn...
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...
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...
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...
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,...
For a scalable application consist of many API function and middleware, Could you please help me in deciding between creating multiple URLs for individual AWS Lambda functions or using a single URL fo...