Skip to content

Commit 943bbb3

Browse files
missing suggestions
1 parent 15c6337 commit 943bbb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

serverless/functions/concepts.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,14 @@ It automatically handles infrastructure management, scaling, and load balancing,
166166

167167
## Serverless Functions
168168

169-
Serverless Functions, fully managed compute services that allow you to run small, stateless code snippets or functions in response to HTTP requests or events.
169+
Serverless Functions are fully managed compute services that allow you to run small, stateless code snippets or functions in response to HTTP requests or events.
170170

171171
These functions automatically scale based on demand and are designed to be lightweight, event-driven, and easily deployable, eliminating the need to worry about infrastructure management. Functions is built on top of Serverless Containers, meaning you can run your functions packaged in containers and have them scale efficiently.
172172

173173
## Serverless Jobs
174174

175175
Serverless Jobs are similar to Serverless Containers but are better suited for running longer workloads. See [the comparison between Serverless products](/serverless/functions/reference-content/difference-jobs-functions-containers) for more information.
176176

177-
178177
## Stateless
179178

180179
Refers to a system or application that does not maintain any persistent state between executions. In a stateless environment, each request or operation is independent, and no information is retained from previous interactions.

0 commit comments

Comments
 (0)