-
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…
-
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…
-
## 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…
-
Sometimes when I make changes to Elm files and hit save, I get the normal build output
```
Started compiling Elm..
Time: 805ms
Asset Size Chunks Chunk Nam…
-
## 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 /…
-
`node`: `v16.20.1`
`serverless`: `^3.34.0`
`serverless-offline`: `^12.0.4`
`os`: `MacOS 13.5`
I have the following simple npm script:
```json
"serverless-offline": "serverless offline"
```
…
-
## Bug Report
**Current Behavior**
With the latest version `v13.3.2` we're no longer being provided with an API key when running locally.
We see only the line `Remember to use 'x-api-key' on …
-
## 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…
-
## The devDependency [serverless-offline](https://github.com/dherault/serverless-offline) was updated from `3.25.11` to `3.25.12`.
🚨 [View failing branch](https://github.com/Saeris/mini-movie-db/com…
-
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
-…