-
I have a pretty standard implementation using the following:
```typescript
import serverlessExpress from '@vendia/serverless-express';
import { app } from '../app/app';
export const handler = …
-
When you set multiple cookies it only sets the first one. I have an application that has a csrf middleware, it one of the first middleware to be initialized. My app has a route where a we set a token …
-
Hi all,
When deploying using `serverless` with `serverless-api-gateway-caching` like so:
```
functions:
graphql:
handler: src/handler.graphqlHandler
events:
- http:
p…
-
I hope it is the right repository for asking this question.
I have a aws amplify project and defined a REST API `index.js` like this:
```js
const awsServerlessExpress = require('aws-serverless-…
-
### Item name
Todos mis articulos inmoratales y articulos comprados por mi persona
### Description
Necesito ayuda de inmediato, porque me parece una total estafa esto, mis articulos no pueden desap…
-
Hello! It seems like express v5 and its bundled body-parser v2 do not work with serverless-express. The body-parser dependency has changed its internals to use "on-finished" dependency to check if the…
-
https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html
-
I saw this interesting [medium](https://towardsaws.com/serverless-love-story-nestjs-lambda-part-i-minimizing-cold-starts-4ba513e5ce02) post based on `aws-serverless-express` that helps with cold-start…
-
Is work underway to support Lambda function URLs as mentioned in https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html? Could custom mapper be used to get this to work?
-
The [starter example for Nest JS](https://github.com/vendia/serverless-express/tree/mainline/examples/basic-starter-nestjs) does not work with root paths.
## Steps to reproduce
```shell
git clo…