-
I am creating serverless lambda API and using webpack so can use ES6 feature. My webpack.config.js is
```javascript
const slsw = require('serverless-webpack');
const path = require('path');
cons…
-
The docs indicate the addition of a `custom` property:
~~~
custom:
# this section allows for customization of the default
# serverless-rust plugin settings
rust:
# flags passed to ca…
-
All the files used can be found at https://github.com/cscetbon/sls-dd-missing-folder.
Following https://www.npmjs.com/package/serverless-python-requirements, I can package functions f1 and f2, but no…
-
How do you just deploy the `OPTIONS` method for one endpoint? I was hoping when I deployed my `GET` method this plugin would detect that no `OPTIONS` method was present for endpoint, and it would auto…
-
### Use case description
Ensure simple and straightforward onboarding experience into Serverless Framework and accompanying Dashboard
### Proposed solution
- Work out …
-
Back story, we break our yml files into multiple files
ex:
```
custom:
appSync:
- ${file(src/api/internal-serverless.yml)}
```
⬆️ that's valid as per `serverless-appsync-plugin` docum…
-
Hi there,
I was looking at your plugin earlier today when I was trying to find a way to run serverless migrations on deploy but disregarded it because I did not see any way to do this.
I then fo…
-
# This is a (Bug Report)
## Description
For bug reports:
* When creating iam role ApigatewayToStepFunctionsRole the plugin is not using the permissionsBoundary specified in provider as a result…
-
Deprecation warning only, still appears to work.
Ran this at command line (Windows 10, Powershell):
serverless install --url https://github.com/AnomalyInnovations/serverless-lerna-yarn-starter --n…
-
Has the plugin been tested with [serverless v3](https://www.serverless.com/blog/serverless-framework-v3-is-live)?
I just updated to serverless v3 and noticed a few issues:
1.
environment valu…