DEV Community

Discussion on: Learn Durable Functions with .NET Core and C#, stateful Serverless

Collapse
 
shaijut profile image
Shaiju T

I know my question was off topic, Thanks for answering. I asked this question in Microsoft Build Live session, I got answers like it depends on use-case. Yes I agree. So based on your answer it will be not a wise decision to convert all our existing REST API's to Serverless API. So Conclusion is to consider using RESR API's if you want the API's to be up all the time otherwise go for Serverless API and cut our cloud cost.

Thread Thread
 
softchris profile image
Chris Noring

yes that would be my recommendation.. consider if you have code that needs to run seldom like a new customer was created or a batch job needs to start.. That could be made serverless...