carotte-loader

1.0.3 • Public • Published

carotte-loader

Load and bind automatically your functions on your AMQP broker using carotte

file structure

service-invoicing/
├── src/
|   ├── controllers/
|   |   ├── controller.payment-methods.create/
|   |   |   ├── index.js
|   |   |   └── spec.js
|   |   ├── controller.payment-methods.delete/
|   |   |   └── ...
|   |   ├── controller.payment-methods.update/
|   |   |   └── ...
|   |   ├── controller.invoices.list/
|   |   |   └── ...
|   |   ├── controller.invoices.read/
|   |   |   └── ...
|   |   └── ...
|   ├── lambdas/
|   |   ├── payment-methods.collect/
|   |   |   ├── index.js
|   |   |   └── spec.js
|   |   ├── payment-methods.refund/
|   |   |   └── ...
|   |   └── payer.create/
|   |       └── ...
|   ├─── listeners/
|   |   ├── user.created
|   |   |   ├── index.js
|   |   |   └── spec.js
|   |   ├── user.deleted
|   |   |   └── ...
|   |   └── ...

usage

const carotte = require('carotte')({});
require('carotte-loader')(carotte);

Readme

Keywords

none

Package Sidebar

Install

npm i carotte-loader

Weekly Downloads

3

Version

1.0.3

License

ISC

Unpacked Size

6.91 kB

Total Files

6

Last publish

Collaborators

  • cubyn-devops
  • cubyn
  • fpierre
  • maxence_douet_cubyn