-
Please LMK if I've made a basic mistake, or if more info is needed.
### Steps to reproduce:
````
Computer:aws-node-rest-api-with-dynamodb-and-offline paul$ export SLS_DEBUG=*
Computer:aws-node…
ghost updated
3 years ago
-
## Bug Report
It's **impossible** to work with serverless offline without connect to AWS if your `serverless.yml` file contains any variables which resolve from AWS (e.g. `${aws:accountId}` or `${s…
-
> The serverless dynamodb start command can be triggered automatically when using serverless-offline plugin.
In trying to run https://github.com/serverless/examples/tree/master/aws-node-rest-api-w…
-
## Bug Report
**Current Behavior**
When you return non-serializible data from the lambda, serverless prints very cryptic error message with no user code stack trace and 0 information
Example …
-
When starting serverless, I noticed that serverless-s3-local try to create bucket two times.
```bash
Serverless: starting handler
Serverless: S3 local started ( port:5645, family: IPv4, address: 12…
-
Since I upgraded from serverless framework version `2.32.1`, variables in my AppSync datasource are not resolved anymore.
I'm not sure if this is a problem with the variable resolution in general or …
-
We are using these plugins and **serverless-plugin-vpc-eni-cleanup** is not working in combination with one of them.
plugins:
- serverless-plugin-vpc-eni-cleanup
- serverless-domain-manager
…
zumby updated
2 years ago
-
I have a use-case to remove a plugin based on stage level.
For example, I don't want to bundle when in "local" stage:
```yaml
plugins:
- serverless-plugin-ifelse
- serverless-bundle
- …
-
## Bug Report
Using node 16.x, `console.log({ hello : 1 })`
![image](https://user-images.githubusercontent.com/18052624/201804666-2d2d1bf3-9b05-4bd8-8d17-8510f69add89.png)
Using `serverless-off…
-
```
10:02 $ serverless -v
Framework Core: 2.44.0
Plugin: 5.2.0
SDK: 4.2.3
Components: 3.11.0
```
```
serverless create -t azure-python -p test1
cd test1
npm install
```
```
serverle…