Skip to content

Commit 27a85ed

Browse files
committed
Update intro
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 8fe8453 commit 27a85ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_posts/2024-08-13-building-functions-via-api-golang.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ author_staff_member: alex
1414
hide_header_image: true
1515
---
1616

17-
In this blog post I'll show you the new `builder` package for the [Go SDK](https://github.com/openfaas/go-sdk) for OpenFaaS.
17+
In this blog post I'll show you how to build functions using the new `builder` package for the [Go SDK](https://github.com/openfaas/go-sdk) for OpenFaaS.
1818

19-
You can use the builder package to invoke the Function Builder API which takes source code and builds container images without needing Docker or root. It's designed for SaaS companies who want their users to supply their own code to integrate into their product. It can also be used by a platform team that supplies a multi-tenant OpenFaaS environments.
19+
You can use the [builder package](https://pkg.go.dev/github.com/openfaas/go-sdk/builder) to access the the Function Builder API, which takes source code and builds container images without needing root or Docker. It's designed for SaaS companies who want their users to be able to supply their own code to integrate into their product. It can also be used by a platform or managed services team that manages a multi-tenant OpenFaaS environment.
20+
21+
As a general rule, we see customers provide an AWS Lambda-like experience for their users, where code is typed into a text box using a web IDE, and then deployed with a single click.
2022

2123
**Customer spotlight**
2224

0 commit comments

Comments
 (0)