Skip to content

Commit a901974

Browse files
committed
Rewrite intro
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 4101ea9 commit a901974

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2025-03-24-program-to-function.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ image: images/2025-03-convert-to-function/background.png
1212
hide_header_image: true
1313
---
1414

15-
In this post we'll look at how to take a regular command-line program or HTTP server and convert it into a serverless function, along with some of the benefits of doing so.
15+
In this post we'll look at how to take a regular command-line program, script, or HTTP server and convert it into a serverless function, along with some of the benefits of doing so.
1616

17-
I just got off a call with a Director of IT for a non-profit in the Midwest. He told me that he had around 40 scripts that he kept on his laptop, and ran manually from time to time. He thought his only option was to start creating his own API and deploying it to a cloud VM.
17+
I just got off a call with a Director of IT for a non-profit in North Carolina. He told me that he had around 40 scripts that he kept on his laptop, and ran manually from time to time. He also wanted to make one of them available to around 600 employees to submit an annual report, for central processing. You could think of this collection of code as traditional "back office" processing - the parts that make the system work. He found out about functions, and thought it would be easier to manage than writing an API and deploying it to a cloud VM.
1818

19-
This post is for you if you want to take your code to production, but don't want to get bogged down with infra, hosting, and security details.
19+
So this post is for you, if you want to get code into production, but don't want to get bogged down with making choices about infra, hosting, monitoring, and security. Serverless covers most of this for you, so you can focus on solving the problem at hand.
2020

2121
## What is a Serverless Function?
2222

0 commit comments

Comments
 (0)