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

When I run a serverless deploy, I've this message. ``` CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do...

The example fails with ``` endpoints (api-gw): **failed to fetch routes** endpoints (web actions): **no web actions deployed** ```

This pull request fixes the following deprecation warning: ``` CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not...

Adding the following to a function in the serverless.yaml file does not work for me: ``` bind: - service: name: cloud-object-storage ``` It doesn't fail but simply ignores the bind....

### Use case description Openwhisk has a Golang runtime which is better for development in Golang. See https://www.ibm.com/cloud/blog/announcements/ibm-cloud-functions-adds-native-support-for-go-1-11 Right now, in serverless you have to use the binary runtime in...

enhancement
help wanted

Specifying a custom runtime image for a function results in this error: `ServerlessError: Unable to read handler file in function ...`. This error also occurs if the file exists. Example:...

This PR is because of the [issue 192](https://github.com/serverless/serverless-openwhisk/issues/192). Basically, I removed the package from the namespace when the function performs the replacement.

Whenever I try to deploy my functions to a namespace i get an error saying my account is not authorized. However my account is the administrator account. Works fine when...

Hi Team, We are working on a new openwhisk project for our organization. we are in deployment stage and we tried to use a serverless framework for deployment. it worked...