Paul Pavlov

Results 3 comments of Paul Pavlov

@theWebKeyGuy This project allows you to define custom runtime in your Lambda definition class: https://github.com/hammerstonedev/sidecar/blob/edbc0ad6be1b1de37ec52efbebe37724c33d0250/src/Runtime.php#L43 Then just add `bootstrap` runtime handler in your packages and provide required binaries/libraries using Lambda...

@a3kov hi! I think it's a good scenario for monads (you should be scared here lol). In this particular case I'd use Maybe monad with function binding/piping. Take a look...

@sthuber90 I think I described my idea not very well sorry. I didn't mean to integrate `returns` right into `powertools`. It's too specific as you said. I just introduced to...