You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install not working when using the example in this repo with serverless-webpack. No layers or IOpipe environment variables get added to the function. When invoking, the "No Plugins" error message returns denoting that it could not find the iopipe wrapper in the context of the invocation
Austins-MacBook-Pro:serverless-webpack austinhuminski$ sls invoke -f handler
{
"errorType": "Error",
"errorMessage": "No plugins",
"trace": [
"Error: No plugins",
" at Runtime.e.exports.handler (/var/task/handler.js:1:1037)",
" at Runtime.handleOnce (/var/runtime/Runtime.js:66:25)",
" at process._tickCallback (internal/process/next_tick.js:68:7)"
]
}
Tried to alter webpack config and manually add in iopipe-wrapper.js files:
Install not working when using the example in this repo with serverless-webpack. No layers or IOpipe environment variables get added to the function. When invoking, the "No Plugins" error message returns denoting that it could not find the iopipe wrapper in the context of the invocation
Tried to alter webpack config and manually add in
iopipe-wrapper.jsfiles:iopipe-handler.jswebpack.config.jsVersions