From 1e356602d36d549ae51563427391a20a884e5450 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Mon, 24 Jun 2024 11:28:14 +0200 Subject: [PATCH] Update blog/docs/articles/aws_to_func_migration.md Co-authored-by: Luke Kingland --- blog/docs/articles/aws_to_func_migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/docs/articles/aws_to_func_migration.md b/blog/docs/articles/aws_to_func_migration.md index 5f5bed615fe..7685640c130 100644 --- a/blog/docs/articles/aws_to_func_migration.md +++ b/blog/docs/articles/aws_to_func_migration.md @@ -70,7 +70,7 @@ Looking closer at the signature of the `Handle` function, we see the standard `C ## Knative CLI for Smooth Development and Deployment -The Knative Function project does not only shine with its vendor-neutral approach for programming Serverless Functions, it also comes with a handy CLI that assists developers with the creation of the Linux container image and the deployment to a Kubernetes cluster, as already discussed in the [previous blog post](/blog/articles/consuming_s3_data_with_knative){:target="_blank"}, it also allows you to test and run the function locally, by just invoking: +The Knative Function project does not only offer a vendor-neutral approach for creating Serverless Functions, it also comes with a handy CLI that assists with the creation of the Linux container image and the deployment to a Kubernetes cluster. This is covered in the [previous blog post](/blog/articles/consuming_s3_data_with_knative){:target="_blank"}. It also allows you to test and run the function locally by invoking: ``` $ func run