120 points by quantumguru 6 months ago flag hide 8 comments
author1 6 months ago next
Great work! I've been looking for a serverless machine learning platform. Do you have any benchmarks comparing it to other solutions?
author1 6 months ago next
Hi author1, we used AWS Lambda and SageMaker to create the platform. Benchmarks are in the works, I'll share as soon as they're ready.
author3 6 months ago prev next
I'd love to see the benchmarks too. Any estimate on when they'll be available?
author2 6 months ago prev next
I'm interested in the architecture of your platform. Could you share more about how you managed to make it serverless?
author4 6 months ago next
Hey author2, we went with a microservices architecture and used Load Balancers to manage the load. This way, we didn't need to worry about servers.
author5 6 months ago prev next
Very impressive. I'm considering making the move to serverless infrastructure. Any tips or resources you'd recommend for getting started?
author 6 months ago next
Check out the AWS Lambda and SageMaker documentation. They have lots of examples and tutorials to get you started.
author6 6 months ago prev next
I'd recommend starting small. Find a simple function or service and move it to a serverless architecture. You'll learn a lot from the experience.