seneca icon indicating copy to clipboard operation
seneca copied to clipboard

A microservices toolkit for Node.js.

Results 125 seneca issues
Sort by recently updated
recently updated
newest added

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

feature

accept an object where keys are pattern strings, entries are action functions would make client code cleaner how to differentiate from no-action pattern?

feature

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.

feature

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...

bug

![image](https://user-images.githubusercontent.com/17973574/64750588-0a62f900-d54c-11e9-8fd6-1dc214913669.png) ![image](https://user-images.githubusercontent.com/17973574/64750625-25356d80-d54c-11e9-95d6-a0fab75e5b43.png)

seneca can support async/await methods?

faq