serverless-plugin-iopipe
serverless-plugin-iopipe copied to clipboard
Automatically wrap your serverless framework functions with IOpipe
**Description** If you use `exclude` and `include` in the `package` section of the `serverless.yml` then the `iopipe_handlers` modules can be excluded from the resulting package, resulting in a "could not...
Sometimes it's good to be able to have stack traces and know where the problem is... Thanks
This project would benefit from a set of acceptance tests to both demonstrate usage with working code/configs and to ensure compatibility with iopipe plugins.
User reported difficulty in using serverless plugin + adding iopipe logger plugin. **Steps to reproduce the issue:** 1. Have express app using serverless-http library 2. Configure IOpipe with serverless plugin...
Original report: https://github.com/iopipe/iopipe-js/issues/23 > Trying to work offline locally (no internet connection ... caltrain), i couldn't hit my functions because Google Analytics dns lookup fails. > I tried setting iopipeNoStats...
**Description** Analytics fails with bad network request **Steps to reproduce the issue:** 1. Use Plugin **Describe the results you received:** `getaddrinfo ENOTFOUND www.google-analytics.com www.google-analytics.com:443` **Application and library versions** - version...
The docs now say to use environment variable, but the plugin still warns here: > Serverless: serverless-plugin-iopipe: You did not specify iopipeToken in your custom section of serverless.yml. iopipe will...
**Description** Using a typical development environment of Windows 10 x64, fully patched, with Gitbash, when trying to use `sls invoke local` it just hangs at "Wrapping IOpipe". You have to...