serverless-plugin-browserify icon indicating copy to clipboard operation
serverless-plugin-browserify copied to clipboard

Speed up your node based lambda's

Results 11 serverless-plugin-browserify issues
Sort by recently updated
recently updated
newest added

This pull request fixes the following deprecation warning: ``` CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not...

As you said in readme "For most use cases you should NOT need to do any configuration." I didn't change any configuration. Should I? It builds each function that I...

Error happening with a mix of functions containing function level package and some without it. > Type Error --------------------------------------------- > > Cannot read property 'length' of undefined > > For...

Hi! Looks like this project has been abandoned; if you need something similar, I have forked and published a new version to `npm`. Search for [serverless-plugin-browserifier](https://www.npmjs.com/package/serverless-plugin-browserifier).

I realize I can do this from the command line, but it would be helpful if I could also set the output dir in the serverless.yml file to make my...

## Problem If `package.include` is not defined in the `serverless.yml`, the following error will be returned: ``` TypeError: Cannot read property 'length' of undefined at GlobAll.globNext (/Users/faizhasim/dev/github/serverless-dynamic-dynamodb/node_modules/glob-all/glob-all.js:84:20) at GlobAll.run (/Users/faizhasim/dev/github/serverless-dynamic-dynamodb/node_modules/glob-all/glob-all.js:78:8)...

When I view the browserfied lambda file on AWS I get this Warning: `This function contains external libraries. Uploading a new file will override these libraries.` The function seems to...

I am requiring a module [provision-dynamodb]() in my serverless project (in which I'm one of the authors, so I can make changes to that module, if needed). Execution in lambda...

I have installed your plugin, enabled it in my serverless.yml. I have not used any custom configuration and this happens on deployment: ``` Serverless: SlsBrowserify::validate Serverless: SlsBrowserify::globalConfig Type Error ---------------------------------------------...

Hi, I'm getting this error since I installed serverless-plugin-browserify: Serverless Error --------------------------------------- Your socket connection to the server was not read from or written to within the timeout period. Idle...