-
If we pass `data` to succeed (and fail etc) around this line:
https://github.com/iopipe/iopipe-js-core/blob/master/src/index.js#L176
We can allow plugins to work with the data the user intended to…
-
Things were working fine in 1.7.11 (logs do appear in the logs tab on the iopipe website), but not in 1.7.13
the client is instantiated like this:
```python
IOpipe(
io_pipe_token,
plug…
-
Using this stock example: https://github.com/serverless/examples/tree/master/aws-python-rest-api-with-dynamodb
I added the `serverless-iopipe-layers` plugin, set the token, deployed, and then tried…
-
When using the plugin in combination with the serverless-webpack plugin there is no way to ensure that the handler helper is included in the package.
-
Hello, I'm using middy middleware https://github.com/middyjs/middy to wrap my lambdas.
After serverless-iopipe-layers plugin installation and configuration I'm getting errors:
```
Unable to import …
-
S3 triggers are not being reported by this plugin currently.
**For IOpipe internal team:**
I setup a test function which you can see here: https://dashboard.iopipe.com/project/74849dec-5fd2-44a…
-
When I include `serverless-plugin-warmup` in my list of plugins along with `serverless-iopipe-layers`, an extra lambda function is created by the warmup plugin that then fails with:
```
Unable to …
-
**Description**
Run sls in "preview" via sls print, does not include iopipe layers references in the output.
**Steps to reproduce the issue:**
1. Configure the plugin as per documentation…
-
serverless.yml
```
func-one:
handler: func-one.handler
layers: ${self:custom.layers.common.${self:provider.stage}, self:custom.layers.common.default}
events:
- http:
path: one…
-
---------------------------------------------------
BUG REPORT INFORMATION
---------------------------------------------------
**Description**
With the serverless framework, python 3.6, logger…