-
I have a properly functioning serverless SQS queue subscribing to an SNS topic in AWS.... but when I run in offline mode w/ this plugin + the serverless-offline-sns plugin I can't seem to have that fu…
-
Hi! I'm new to both node and serverless so apologies in advance if this is dumb or I'm missing something obvious. In my project I installed `serverless-iot-local` according to the directions, but as s…
-
Since this plugin takes the responsibility of copying the `package.include` to the `.build` folder, when running with `serverless offline`, I noticed that my `package.include` files are not updated in…
-
**serverless.yml**
```
plugins:
- serverless-webpack
- serverless-offline-sqs
- serverless-offline
- serverless-plugin-typescript
...
custom:
serverless-offline-sqs:
endpoint: …
-
## Bug Report
Does serverless offline have support for mapping templates on the Integration Response?
Mapping template works when deployed in AWS but not when using serverless offline.
Can you pl…
-
Followed the readme:
Serverless Error ---------------------------------------
Serverless plugin "serverless-offline-ssm-parameter-store" not found. Make sure it's installed and listed in…
Elyx0 updated
5 years ago
-
My code consists of ES Modules, and I use `"type": "module"` in `package.json` to make that clear. I do have a few config files (jest, eslint, and prettier) and a script file that are `.cjs` extension…
-
## Bug Report
serverless-offline requires serverless version ^1.60.0 || 2 but found version 3.29.0. Be aware that functionality might be limited or contains bugs. To avoid any issues update serverl…
-
## Bug Report
**Current Behavior**
A few seconds after a scheduled lambda is successfully executed an error occurs and will be displayed in console:
Failed to execute scheduled function: [emitSta…
-
Hey there! I'm using Yarn Workspaces, and I'm having issues only with using the docs example to run services tests from a parent dir above the individual service dirs, just like example explained in t…