-
I'm getting an error in v1.2.0 when trying to publish messages.
```
Error publishing TypeError: transport is not a function
at Object.performHttpRequest (/var/task/webpack:/builds/.../node_module…
-
With #34 we now upload the entire source folder as part of the Lambda zip. Previously, we uploaded the entire `node_modules` folder.
It is in general necessary to have the full source folder to su…
-
Hi,
I am trying to deploy a serverless function that requires access to liquid templates.
I managed to include the static files in the bundle through the "includePath" config parameters but I am u…
-
I received an error when using bwip-js for serverless project.
Though this setup works when executed locally, when deployed to AWS, it throws some error.
> Unable to import module 'test/index': Er…
-
Hello @adieuadieu,
This is a great project, and write-up that you've put together - especially consolidating the output of the discussion about getting Headless Chrome running on Lambda! And also..…
momer updated
6 years ago
-
I'm browserify & minify my code base into a single huge JS with just a few lines of code (but many, many characters per line obviously). While the code itself works fine, it fails to upload any captur…
-
It is being caused by this line:
https://github.com/epoberezkin/ajv/blob/3.5.0/lib/compile/index.js#L10
Is there a cleaner way to manage this dependency? Is `peerDependencies` built for this?
Error…
-
Hi,
I use "serverless-plugin-include-dependencies" in conjunction with a babel project. So I include ```babel-polyfill``` which requires ```babel-runtime```.
The plugin fails at packaging with …
-
I just updated to serverless v1.17, and the plugin stopped working (the function size was 28mb)
after downgrading to v1.16, the plugin was back (function size 68kb)
-
I'm trying to execute a lambda module which uses gm, but this line makes it crash when I try to browserify:
```
module.exports.version = JSON.parse(
require('fs').readFileSync(__dirname + '/package…