serverless-openwhisk icon indicating copy to clipboard operation
serverless-openwhisk copied to clipboard

Adds Apache OpenWhisk support to the Serverless Framework!

Results 36 serverless-openwhisk issues
Sort by recently updated
recently updated
newest added

The `openwhisk-swift` template defaults to 3.1.1. Is there plans to add support for Swift 4.1?

If a function is attached to the API Gateway, then `sls deploy -f funcname` will break the link to the API Gateway endpoint.

It's really inconvenient to keep manually setting the domain on IBM Cloud's web UI for this. Seems their API already supports being able to do this. It's just not the...

The Serverless Framework uses the concept of services to logically group serverless functions running on the serverless platform. On AWS, this corresponds to a separate cloudformation template and service definition...

When an activation fails, we want to check the logs for more information. Should add this automatically to save the manual step.

Hello, I am trying to run [this](https://github.com/serverless/examples/blob/v3/openwhisk-node-simple-http-endpoint) simple Openwhisk ndoejs http-endpoint example from this repository. When I run the command `serverless delpoy`, I am getting the following error denoting the...