-
I was attempting to add a custom `eventSource` and was getting typehint failures as the `eventSource` isn't defined in the `ConfigureParams` type.
https://github.com/vendia/serverless-express/blob/…
-
I am facing difficulties in streaming responses from AWS Lambda. Initially, I attempted to use the serverless-http package for this purpose, but I learned that it doesn't support streaming. Subsequent…
-
Hit a problem upgrading from 3.4.0 to 4.10.1. I referenced your UPGRADE.md and examples.
Using aws-serverless-express@3.4.0, my url path for a particular REST GET call gets resolved to /profiles/en…
ghost updated
2 years ago
-
It would be great if either the S3 event source was added or if there was just a way to manually map an event to an event type and then can just pass in the route config like we can with the built in …
-
We should reintroduce (and update) our deployment guides for getting Apollo Server up and running in the popular serverless frameworks (lambda, azure, cloud, ...others?)
@glasser proposed a one-siz…
-
Hey, i'm trying to consume the middleware module as esm moudle with no luck
tried
**import {eventContext} from '@vendia/serverless-express/middleware'**
but got an error stating there is no such m…
-
Our current implementation uses Mathjax-node that now could be replaced by the latest Mathjax 3 library https://www.npmjs.com/package/mathjax that works on browser and also as a node module
* We sh…
-
Hi,
```javascript
{
'headers': {
'someHeader': 'someValue'
},
'multiValueHeaders': {
'someOtherHeader': ['someOtherValue']
}
}
```
The expected outcome is that 'multiV…
-
We are using vendia aws serverless express package for running the angular app in ssr mode using express to be served from serverless. We upgraded from 3.x to 4.x
Handler Code lambda.js 3.x
`cons…
-
I get the following TypeScript error when building using Koa version 2.13.4 and @vendia/serverless-express version 4.5.2:
```
server/index.ts(10,51): error TS2322: Type 'import("/path/to/project…