Commit Graph
3 Commits
Author SHA1 Message Date
Tom Doron 61a90e123c hide LambdaLifecycleResult from users (#6)
hide LambdaLifecycleResult from users

motivation: cleaner end-user API

changes:
* make LambdaLifecycleResult internal
* change run, _run method signatures to hide LambdaLifecycleResult from end-user API
* adjust tests
2018-11-30 15:11:53 -08:00
tomer doron 6c9c1616d0 cleanup and refactoring
motivation: cleaner code base

changes:
* define generic Result type, and make LambdaResult a type alias
* rename RunLambdaResult to LambdaRunResult
* remove redundant test and dead code
2018-11-15 13:49:32 -08:00
tomer doron 93c9cfdf63 initial commit 2018-11-13 17:48:44 -08:00