-
Any information on how we tackle this?
-
User reported difficulty in using serverless plugin + adding iopipe logger plugin.
**Steps to reproduce the issue:**
1. Have express app using serverless-http library
2. Configure IOpipe with ser…
-
I get this error from src/configure.d.ts when using typescript:
>node_modules/@vendia/serverless-express/src/configure.d.ts:2:25 - error TS2307: Cannot find module 'aws-lambda' or its corresponding t…
-
clearly nextjs sucks with the serverless functions locally can can't do leveldb. We can do express + passport + leveldb + react (maybe use https://3body-net.medium.com/building-a-dev-server-with-expre…
-
### Describe the bug
i'm using signalR instance (serverless mode) i have created the bindings for signalR through the serverless framework, once the negotiate route is been hit i get the response but…
-
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…
-
## Bug Report
**Current Behavior**
I started the API gateway locally through the command "serverless offline". It exposed all the endpoints when I hit them. I got the following error :
Error:
…
-
We have a serverless typescript lambda function which makes API calls to other APIs.
We are using the aws-xray-sdk to instrument downstream API calls that are made with axios.
Currently using versio…
-
I'm using vscode with wsl2 on windows11 `sls dynamodb start` command gives an error
```
(shakemill) petr@DESKTOP-05VL79Q:~/shakemill/shakemill-api$ sls dynamodb start
Serverless: To ensure safe m…
-
Hi, I'm developing a Rest API with Nest.js. I successfully converted it to a monolithic lambda with _aws-serverless-express_ with the next code:
```js
const binaryMimeTypes: string[] = ['application…