-
Hello
We are using this package for one for our serverless typescript projects and have been facing issue with the import. During runtime none of the imports from this package are resolving and we …
-
Hey,
I am using aws-serverless-express for a reactjs web application, which lazy loads javascript files. I have configured the binaryMimeTypes to use gzip compression. Everything works great except f…
-
We've got a fairly generic ALB -> Lambda config and are seeing the following issue. `sourceIp` is not defined on `event.requestContext.identity` (or rather `identity` is not defined).
```
{
…
-
is there any way I can get s3 event in any route?
-
Hi,
The examples, e.g. [basic-starter-api-gateway-v1](https://github.com/vendia/serverless-express/tree/mainline/examples/basic-starter-api-gateway-v1 ) suggest to use code like
```
require('so…
-
I have reduced my project to that snippet which generates an error using the new 8.10:
```js
import awsServerlessExpress from 'aws-serverless-express'
import express from 'express'
export defa…
j0k3r updated
3 years ago
-
I see in the description this is for REST, so I wonder if HTTP is also supported.
Also do you guys have any videos?
-
Hey guys,
I'm implementing some analytics where i need to use the client real ip (not the api-gateway/cloudfront ip) to detect ip geolocation.
Secondly, I need the requested hostname because i'm…
-
Difference between the payloads here: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
[API Gateway HTTP APIs](https://aws.amazon.com/blogs/com…
-
@sapessi - am running express lambda in production using this library. Considering that this project has not been update in a while & with issues open and no one looking into them. I would like to kno…