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 1e35660 commit 5e8441b
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 @@ -102,4 +102,4 @@ $ curl -v -X POST \

## Conclusion

With Knative Functions it is pretty straightforward to build cloud vendor-neutral function for consuming event notifications from 3rd party cloud services, such as AWS S3. Deploying those functions as Linux containers to your own on-premise Kubernetes cluster is supported by the Knative CLI as well as testing the function locally.
With Knative Functions it is straightforward to build cloud vendor-neutral functions for consuming event notifications from 3rd party cloud services such as AWS S3. Deploying those functions as Linux containers to your own on-premise Kubernetes cluster is also supported by the Knative CLI, as well as testing the function locally.

0 comments on commit 5e8441b

Please sign in to comment.