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

Need to use custom auth plugin for new IAM-based namespaces. https://github.com/ibm-functions/iam-token-manager-nodejs

I'm trying to deploy a service with this plugin to a local [minikube](https://github.com/kubernetes/minikube) cluster, if I deploy the service without any kind of event binded to the handler the deploy...

Hello, I'm trying to run the Swift hello world example and I'm getting an error: ``` PS C:\Misc\coding\serverless\openwhisk-swift-simple-http-endpoint> serverless deploy Serverless: Packaging service... Serverless: Excluding development dependencies... Serverless: Compiling Functions......

A wrong URL is built when using the non-default package for my functions using the serverless-openwhisk plugin. Here is the wrong URL: `https://us-south.functions.cloud.ibm.com/api/v1/web/[email protected]_dev/mypackage/mypackage/categoriaIncluir.json` The URL must be like this: `https://us-south.functions.cloud.ibm.com/api/v1/web/[email protected]_dev/mypackage/categoriaIncluir.json`...

If an environment variable or another default parameter is not properly set then `sls deploy` will throw an error. The error that displays is only: `Returned HTTP 400 (Bad Request)...

Probably it's related to the private nature of that Openwhisk instance I'm working on. However, the issue I'm facing is that I can't get logs for an action due to...

Deployment of single function always fails, see the output below. Need to run full deploy to succeed `sls deploy` ``` sls deploy function -f hello Serverless: Packaging function: hello... Serverless:...

Once web-action is deployed, the service information shows endpoints with redundant schema (extra `https://`) ![image](https://user-images.githubusercontent.com/4218395/77536493-b04cd400-6e9c-11ea-9422-2dd9d5a60ab9.png) How to reproduce - Follow the sls openwhisk quickstart but made an action a web-action...

# Bug Report ## Description 1. What did you do? `sls deploy` using openwhisk and a cron trigger. 1. What happened? An "application error" on the openwhisk trigger. It says...

Recently we are noticing a weird error when deploying our serverless functions into OpenWhisk. We have functions that are on a cron schedule, which was running correctly until ~5 days...