For further actions, you may consider blocking this person and/or reporting abuse
π€ Did you know? Β DEV has a variety of tags to help you find the content you like. Find and follow your favorite tags
Read next

Analog Input using Arduino
Rohith ND -

Improve your product notifications with Digest, Separate Feeds, and Notification Action Buttons
Omer Ben Ami -

Do programmers have to have a high WPM ? / Mine is 53 WPM, what is yours ?
Bek Brace -

How I Passed The Microsoft Azure AI Fundamentals (AI-900)
Krishna Agarwal -
Top comments (4)
There is a company called Instant that is currently running Serverless. If I remember correctly, they are actually using AWS Lambda. You can probably ask them how is it working out :) instant.cm/
I used it for a couple of months and it worked just great! Stopped using it because they pivoted to something else, but not due to any other problem in particular.
blog.instant.cm/a-serverless-archi...
My company uses serverless in production. In particular I wrote a series of AWS Lambda functions to handle callbacks from third party vendors. It handles hundreds of thousands of requests a day (without using our server resources) for dollars a month. More of a fringe case, but works great for what we wanted.
Yes, but it's still very early days. Here's a summary of a great talk from QCon NY by Symphonia:
infoq.com/news/2017/06/fearless-aw...