7 ms·
https://webtask.io/ https://webtask.io/ Why the don't use Lambda: https://medium.com/aws-activate-startup-blog/sandboxing-code-in-the-era-of-containers-294edb3
by logvol 11y ago
https://webtask.io/ https://webtask.io/
Why the don't use Lambda: https://medium.com/aws-activate-startup-blog/sandboxing-code-in-the-era-of-containers-294edb3a674#.ioqmc0ddn https://medium.com/aws-activate-startup-blog/sandboxing-code...
... hile we were at it, AWS announced AWS Lambda, which looked like a potential remedy to our challenge. Upon further investigation, however, it became clear AWS Lambda is centered on an asynchronous programming model that did not quite meet our needs. The custom logic we run in Auth0 is an RPC logic: it accepts inputs and must return outputs at low latency. Given the asynchronous model of AWS Lambda, implementing such logic would require polling for the results of the computation, which would adversely affect latency...