This is an automated email from the ASF dual-hosted git repository. mrutkowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push: new a24fb25 Remove IBM Cloud reference from README. (#3773) a24fb25 is described below commit a24fb250fbb0e789b2295bda125d2a9e1e769f72 Author: Matt Rutkowski <mrutk...@us.ibm.com> AuthorDate: Fri Jun 15 13:01:48 2018 -0500 Remove IBM Cloud reference from README. (#3773) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 4a43342..fbb5c17 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,7 +22,7 @@ OpenWhisk is an [Apache Incubator Project](https://incubator.apache.org/projects OpenWhisk runs application logic in response to events or direct invocations from web or mobile apps over HTTP. Events can be provided from IBM Cloud services like Cloudant and from external sources. Developers can focus on writing application logic, and creating actions that are executed on demand. The benefits of this new paradigm are that you do not explicitly provision servers and worry about auto-scaling, or worry about high availability, updates, maintenance and pay for hours of pr [...] -This programming model is a perfect match for microservices, mobile, IoT and many other apps – you get inherent auto-scaling and load balancing out of the box without having to manually configure clusters, load balancers, http plugins, etc. If you happen to run on IBM Cloud, you also get a benefit of zero administration - meaning that all of the hardware, networking and software is maintaned by IBM. All you need to do is to provide the code you want to execute and give it to your cloud v [...] +This programming model is a perfect match for microservices, mobile, IoT and many other apps – you get inherent auto-scaling and load balancing out of the box without having to manually configure clusters, load balancers, http plugins, etc. All you need to do is to provide the code you want to execute and give it to your cloud vendor. The rest is “magic”. A good introduction into the serverless programming model is available on [Martin Fowler's blog](https://martinfowler.com/articles/ser [...] ## Overview - [How OpenWhisk works](./about.md) -- To stop receiving notification emails like this one, please contact mrutkow...@apache.org.