fonk-apps / fonk-examples

Web application examples using FaaS/Object Storage/NoSQL on K8S
38 stars 6 forks source link

Alter Guestbook/OpenWhisk/Nodejs to use Serverless Framework #11

Closed nerdguru closed 5 years ago

nerdguru commented 6 years ago

Turns out, upon initial implementation of this, I missed:

https://serverless.com/framework/docs/providers/openwhisk/guide/web-actions/

Specifically that there's an annotation you can add to the function declaration in serverless.yml so that it'll automatically create a web action.