-
**serverless.yml**
```
plugins:
- serverless-webpack
- serverless-offline-sqs
- serverless-offline
- serverless-plugin-typescript
...
custom:
serverless-offline-sqs:
endpoint: …
-
**Describe the bug**
When attempting to use any esbuild plugin, the following error occurs:
```node_modules/esbuild/lib/main.js:786:16: ERROR: [plugin: plugin:copy] Plugin is missing a setup funct…
-
## Bug Report
After updating severless (2.72.x -> 3.33.0) and serverless-offline (9.x -> 12.04) to the latest version my existing CF function doesn't work anymore. I will get [object Object] instea…
-
I'm getting the following error when adding a 'vendor' property to a function.
```
Warning: Invalid configuration encountered at 'functions.hello': unrecognized property 'vendor'
```
For cont…
-
After looking for `lifecycleEvents` in the source code, I didn't find any hookable events I could use to customize the `serverless-esbuild` plugin behavior.
However it is common best practice to ex…
gabsn updated
2 years ago
-
When using this plugin, it informs that "Serverless step offline requires Serverless v1.x.x but found 2.6.0"
-
## Bug Report
Earlier I was using serverless-offline version 8.8.0 and after updating to the latest version 12.0.4, the hot reload feature has stopped working. i.e. when I make any change in the co…
-
I'm not sure whether this is an issue with the plugin or the core serverless-offline itself, so apologies if it's the latter. I have an SQS queue with the following Serverless YAML config:
```yaml
…
-
### Are you certain it's a bug?
- [X] Yes, it looks like a bug
### Is the issue caused by a plugin?
- [X] It is not a plugin issue
### Are you using the latest version?
- [X] Yes, I'm using the l…
-
Hi,
First of all, thank you for the great plugin. It speeds up deployments for me a lot.
Recently I ran into an issue odd issue after trying to upgrade to a later version of it. What happens it …