AWS Stepfunctions state machines with JavaScript and Jest
AWS Step Functions implementation in Node, so you can run your Node.js lambda handlers in your test environments. Made to support Serverless JS testing. (more…)
Read more »
It comes as a surprise to many programmers that it is possible to
express a “recursive” function like factorial without using recursion
or iteration.
Read more