-
```shell
npx serverless mono --nestApp car --command offline
serverless-nest-monorepo: Serverless NestJS Monorepo Plugin Initialized for: car
serverless-nest-monorepo: Building Nest app: car...
…
-
Currently running locally does not work as expected due to incompatibility with `serverless-offline` and `ssm:` variables - https://github.com/dherault/serverless-offline/issues/1647. A suggested solu…
-
I have tried this on a Windows and a Linux machine, and have gotten the same results. I have followed all the steps in the Readme.md and get the same results.
At steps under "Run Serverless Offline…
-
Hi, thanks for building this. I'm hoping I can get it working.
My local setup is trying to call lambda from dynamodb stream. I'm using this in conjunction with serverless-offline and localstack.
…
-
Hi,
I have an issue making the plugin work with serverless `1.72.0`. I just installed so I cannot confirm if it was working with a previous version, but I tested serverless `1.69.0` with no success…
-
**Actual Behaviour**
Not starting local dynamo when running `sls offline`
**Steps to reproduce it**
```yaml
plugins:
- serverless-plugin-typescript
- serverless-plugin-optimize
- se…
-
Hi,
I've tried updating to the latest versions of `serverless` and `serverless-offline-ssm` but it appears that `serverless 1.70.1` is causing `.env` to no longer be picked up.
Works:
```yaml
…
-
Hi,
First of all, thank you very much for this plugin. Hope it helps a lot of people making their lives easier when developing using Serverless Framework.
I've been trying to set up the plugin f…
-
## Bug Report
Before I use serverless-esbuild to config loader for .graphql files but with serverless v4 it doesn't work.
**Current Behavior**
```
Offline [http for lambda] listening on http…
-
## Bug Report
**Current Behavior**
With the latest version `v13.3.2` we're no longer being provided with an API key when running locally.
We see only the line `Remember to use 'x-api-key' on …