Skip to content

Commit

Permalink
Update blog/docs/articles/aws_to_func_migration.md
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Kingland <luke@lukekingland.com>
  • Loading branch information
matzew and lkingland committed Jun 24, 2024
1 parent 3f69443 commit 1e35660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/docs/articles/aws_to_func_migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e35660

Please sign in to comment.