|
|
|
|
|
by logvol
3880 days ago
|
|
https://webtask.io/ Why the don't use Lambda: 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... |
|