Project maintained by tewaridHosted on GitHub Pages — Theme by mattgraham
Escalation from function to cloud
Start with a single cohesive function. If you outgrow a function, make an API (library). If the API is used by several apps make a (system) service. If the service is used by several customers, make a cloud service.