IBM / ibm-cloud-functions-serverless-apis

Create a serverless, event-driven application with Apache OpenWhisk on IBM Cloud Functions that executes code in response to HTTP REST API calls.
https://developer.ibm.com/code/patterns/build-serverless-api-handlers/
Apache License 2.0
31 stars 40 forks source link

what about web actions? #48

Closed sjfink closed 7 years ago

sjfink commented 7 years ago

Should we extend this example to start with "basic" web actions, and then extend it with the richer functionality of API Gateway?

Or should we alternatively create a new sample app for web actions?

krook commented 7 years ago

@sjfink That's a good question. I'm currently defining a next iteration of this sample, which uses Web Actions + API Gateway together. I'm on the fence as to whether we should refactor this repo, or to create a new one.

There's also the building block version of this sample, which is at https://github.com/IBM/openwhisk-rest-api-trigger

Perhaps we update that building block repo to show Web Actions alone, then have the next iteration of this repo include both working together.

Thoughts?

krook commented 7 years ago

Related to #47

krook commented 7 years ago

Close by PR #49