iopipe / serverless-plugin-iopipe

Automatically wrap your serverless framework functions with IOpipe
https://www.iopipe.com
Apache License 2.0
40 stars 8 forks source link

feat(iopipe_handlers folder): use iopipe_handlers folder for wrapped handler files #73

Closed coreylight closed 6 years ago

coreylight commented 6 years ago

By generating *-iopipe.js files inside an iopipe_handlers folder, users can add iopipe_handlers to .gitignore easier and the service directory is not cluttered with extra files.

fix #72

kolanos commented 6 years ago

@coreylight This is labeled "Work In Process", am I still supposed to review?

coreylight commented 6 years ago

@kolanos ready for review. Thanks!