We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b066d32 commit 1d86734Copy full SHA for 1d86734
src/pages/robust-backend-design.mdx
@@ -94,6 +94,8 @@ Here are 3 general rules:
94
95
Serverless functions come optimized for this approach out of the box. They encourage you to keep code light and isolated 🤘
96
97
+<div id="lock" />
98
+
99
### Give each operation a single responsibility
100
101
Think of serverless code like a function. How big are your functions? How much do they do?
0 commit comments