seneca
seneca copied to clipboard
A microservices toolkit for Node.js.
especially when API methods fail
same as seneca.depend - review functionality here
`seneca.fail( cond, 'code', details-obj)` only throws if `cond` is true will need strict type checking on arguments
accept an object where keys are pattern strings, entries are action functions would make client code cleaner how to differentiate from no-action pattern?
How well, if at all, does this framework integrate with AWS Lambda? Some examples or explanations of approach to build a custom transport would be much appreciated.
In our path to upgrade to the latest version of Seneca (from 3.4.2), we found out that our micro service crashes in unit tests when we upgraded Seneca from 3.7.0...
 