-
I created a service using the following template:
```
sls create --template aws-go-mod --path myService
```
I did the initial build as the following:
```
cd myServi…
przmv updated
3 months ago
-
## Background
After Nammatham v2 entered the Alpha stage and underwent real-world usage testing, it performed well as an Azure Function library, more developer-friendly than Azure's official one.
…
-
Hi,
I was trying to use your plugin, and I cannot manage to use it with circleci.
Locally, it is working very well (Thanks for making it !), but when running on circleci I am getting this:
> …
-
Having functions as files result in error like this **(Function "GetEvents" does not presented in serverless manifest)**
```
functions:
- ${file(step-functions.yml)}
- ${file(functions.yml)}…
-
### 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…
-
```
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…
-
Hi,
I was trying to deploy my Azure function on a App Service which is already created. At the time of deployment `sls` is trying to create new resource group for which I don't have access.
I ha…
-
I have been using serverless-bundle for a while now without any issues. Suddenly, when removing my node_modules folder and running ```npm install```, I am now getting an error. Please see my output be…
-
-
Versions:
This plugin: 4.0.0
```
Operating System: darwin
Node Version: 14.16.1
Framework Version: 2.39.1 (local)
Plugin Version: 4.5.3
SDK Version:…