-
```
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…
-
When following the Azure Service Bus Example you will receive an error, after many hours searching what could be the solution, it's necessary to add a 'true' after the `- servi…
-
## Bug Report
**Current Behavior**
I did an upgrade of the plugin from version 6 to version 12. With version 6, the following command would run without any issues.
`serverless offlin…
-
Adding
```
{
...
"noEmit": true,
...
}
```
to `tsconfig.json` causes this error.
Removing this line results in a successful compile.
```
> foobar@0.1.0 lambda /Users/user/code…
-
https://github.com/CoorpAcademy/serverless-plugins/tree/master/packages/serverless-offline-sqs#how-it-works
I am not able to follow the documentation
the example URL is hitting 404
https://gi…
-
### 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 v3 release?
- [X] Yes, I'm using th…
-
**Actual Behaviour**
Even though I followed the install steps and provided the below configuration, trying to access the table on one of my lambda functions throws `ResourceNotFoundException: Canno…
-
Hi,
I've created a project based on this repository https://github.com/AnomalyInnovations/serverless-nodejs-starter
Then I've added serverless-plugin-warmup, to do so the only thing I did is:
`…
-
If `functions..lambdaAtEdge` is a list of distributions, rather than a single distribution, the plugin does not handle it;
functions:
lambda:
handler: handlers.onViewerRequest
…
-
Use [`serverless-appsync-offline`](https://github.com/aheissenberger/serverless-appsync-offline)
https://github.com/sid88in/serverless-appsync-plugin#offline-support
## Note
- Apollo Client use…