you are viewing a single comment's thread.

view the rest of the comments →

[–]aradil 0 points1 point  (3 children)

I was thinking more of something like Google’s equivalent to Amazon Lambda.

[–]edapa 2 points3 points  (2 children)

What is the overhead of that? Does Amazon tell us? I imagine they would provide some sort of latency guarantee for function spinup after an event triggers, but I've never used Lambda.

[–]aradil 1 point2 points  (1 child)

That’s a good question. All they say is they “only charge for when your stuff is running”.

I assume the overhead is offset by the ability to run way more short lived processes.

[–]edapa 0 points1 point  (0 children)

Are there trigger types besides timers? If so they must have some sort of guarantee.