Implementing Serverless PHP: Under The Hood of Openwhisk
Implementing Serverless PHP: Under The Hood of Openwhisk
Create action:
$ wsk action create helloJS hello.js --web true --kind nodejs:6
ok: updated action helloJS
or:
$ curl -k https://192.168.33.13/api/v1/web/guest/default/helloJS.json
{
"msg": "Hello World"
}
(Thanks Philippe Suter for the original architecture diagrams)
(Thanks Philippe Suter for the original architecture diagrams)
• http://github.com/apache/incubator-openwhisk/pull/2415
• https://github.com/akrabat/ow-php-ftime