-
@see https://github.com/ryanmcgrath/wrench-js
Looks like serverless should migrate to https://github.com/jprichardson/node-fs-extra
-
i am trying to use mysql module in code
mysql module is located in `parent_folder_of_all_lambda_function/node_modules` folder
i am using that module in `parent_folder_of_all_lambda_function/lib/data…
-
I've had several instances over the past week of using lambda where a function will run via `sls function run` without any errors locally, but then the function fails due to syntax error when deployed…
-
v0.4.0 does not appear to be bundling Common Shared Libraries any longer.
```
project
|___meta
|__common_shared_libs
|__db
|__utils
|__component_a
|__lib
|__function_a
|__hand…
-
Running into several issues trying to get this example running. Following along with the instructions I get:
```
$ serverless project install serverless-graphql-blog
_______ …
-
`s-function.json`
```
"handler": "handler.handler",
"custom": {
"optimize": {
"exclude": [
"aws-sdk"
],
"includePaths": [
"api/lib"
]
}
},
```
`f…
-
I have followed instructions from the README file except installing it from npm registry.
I installed it directly from Github in the project root
```
npm install serverless/serverless-optimizer-plugi…
-
Is it expected that all modules/functions are packaged together for a entire project? As I started to add more functions and modules, I noticed that all the code sizes for the lambdas within that proj…
-
I'm getting some issues after deploying the project and hitting the endpoint.
```
sdm:serverless41xx9q standayweb$ serverless dash deploy --debug
serverless:lib.node_modules.serverless.lib.Serverle…
-
The goal here is not just to create the ultimate boilerplate project for building serverless applications, but to create an application boilerplate with the **lowest total cost of ownership** (e.g., c…