Is there documentation on how to architect runpod serverless?
Wondering if theres Do's / Dont's of integrating runpod serverless into a larger architecture. I assume its not as snappy as lambda so I'd need to plan more aggressively around warm / cold starts? Also is RunPod serverless ready for prod deployments, or is it more of a "use at your own risk" service?
3 Replies
I am using it in production and so are many other people.
There isn't an architecutral doc because everyone's applications are different.
I understand that everyones uses are different, but take Lambda for example -- there are lots of "best practices" docs https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html
Best practices for working with AWS Lambda functions - AWS Lambda
Best practices for using AWS Lambda.
Even a good article that you've found would be nice to get an idea of where the foot-guns lie in working with RunPod