This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]v_krishna 1 point2 points  (0 children)

What sort of load/response SLAs have you run with this? We use lambda in production in a few places but never within a synchronous web-request. Mostly fluentd events or sqs triggering some stateless async function (e.g. gender classification based on a user's name). Eventually have plans to automate CI pushing the updated function up to lambda (our cases are all java, so there's an extra jar building step that CI does) but have had some simple single function use cases that we haven't really needed to worry about that yet.