-
## Bug Report
**Current Behavior**
When I run `sls offline --useDocker start`
Lambda times out, because it does not launch docker containers, errors out with the following message
```
ANY /…
-
**Actual Behaviour**
`sls dynamodb install` yields:
```powershell
>sls dynamodb install
Serverless: Running "serverless" installed locally (in service node_modules)
Serverless Error -----…
-
DynamoDBStreamReadable prematurely emits `end` which causes the `serverless-offline-dynamodb-streams` plugin to close it's writable. This means that when the plugin is used with `TRIM_HORIZON` it will…
-
The following error message in typescript.js doesn't reflect the full path but only the filename.
Error: Typescript compilation failed. Please ensure handlers exists with ext .ts or .js
at /ho…
-
Hello, I have a project with serverless framework + typescript using layers. I use the serverless-esbuild library but due to the need to reduce the code I implemented layers because esbuild seems not …
-
Hi, I have some problems to be able to produce working individual packages. I don't have node_modules in the .zip files
Here is an extract of my serverless conf
serverless.yml
```yaml
plugins:
…
-
Cloudside plugin brakes hot reload functionality of serverless-offline
`sls offline cloudside --stage dev --reloadHandler`
-
I keep getting this error in my AWS logs when trying to deploy using serverless:
`Unable to import module 'wsgi_handler': No module named 'werkzeug'`
It seems that the zip folder containing the …
-
**Describe the bug**
Running `sls offline` with a `serverless.yml` containing
```yml
custom:
plugins:
- serverless-esbuild
- serverless-offline
#esbuild: no extra esbuild setting
…
-
Hi All,
we are seeing the error "[ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined" after adding the serverless-bundle plugin.
error stack:
erverless: Auto …