Skip to content

Commit 805ba59

Browse files
committed
Update intro
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent eaf1a4f commit 805ba59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-07-09-irsa-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ hide_header_image: true
1414

1515
In this post we'll create a function in Golang that uses AWS IAM and ambient credentials to create and manage resources in AWS.
1616

17-
AWS Lambda is often used for this task, but how does OpenFaaS compare?
17+
As a built-in offering, AWS Lambda is often used to respond to events and to manage AWS resources, so how does OpenFaaS compare?
1818

19-
OpenFaaS is a self-hosted platform that can run on any cloud or on-premises, including AWS EKS. Whilst AWS Lambda is a popular and convenient offering, it does have some tradeoffs and limitations which can cause friction for teams with more specialised requirements and workflows.
19+
OpenFaaS is a self-hosted platform that can run on any cloud or on-premises, including AWS EKS. Whilst AWS Lambda is a popular and convenient offering, it does have some tradeoffs and limitations which can cause friction for teams with more specialised requirements, workflows, or high usage ($$$).
2020

2121
If your team is developing code for Kubernetes using AWS EKS, then OpenFaaS can be a more natural fit than AWS Lambda, since it can use the same workflows, tools and processes you already have in place for your existing Kubernetes applications. That includes Helm, CRDs, Kubernetes RBAC, container builders in CI/CD and ArgoCD/Flux.
2222

0 commit comments

Comments
 (0)