-
After the changes in the code, the following is output
```st
Issues checking in progress...
No issues found.
```
But at the same time, there is no change in the lambdas, they are executed in the …
-
The variables set for base64 encoding don't get encoded in a local serverless environment using the serverless-offline plugin. Instead they are available directly as objects without decoding & parsing…
-
Hey there!
I get a "TypeError: Plugin is not a constructor" when trying to run `serverless offline start` with serverless-dynamodb-client plugin enabled.
Version I used:
- serverless v1.32.0
-…
-
Hi Hanhal i saw that you already have this issue on https://github.com/serverless/serverless/issues/5892
You manage to solve this with your plugin ? i am using this plugins:
- '@kingdarboja/se…
-
Upgrading from 0.2.19 to 0.2.20 and any later release breaks the command
`serverless offline start`
`serverless offline` still works.
I'm using serverless-webpack
```
plugins:
- server…
bebbi updated
5 years ago
-
The serverless-offline-ssm works fine with Serverless 2. However, it doesn't seem to work with Serverless 3. The following serverless.yml has the important snippets for the problem that we are seein…
-
Hi guys when I deploy my project I have a problem with the deployment
```
Error ---------------------------------------------------
Error: npm ls -prod -json -depth=1 failed with code 1
…
-
I'm currently on a project where I'm using the following plugins: serverless-offline, serverless-offline-sqs and serverless-lift. When I try to run 'serverless offline', for each environment declared …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I have a stream enabled on a table, but if I call list-streams, I get an empty array back.
…
-
I have a monorepo setup that uses typescript. How do I transpile the code using this plugin. For monorepos, the serverless-plugin-typescript plugin doesn't work for a monorepo setup.
I am using the …