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

Everything was working fine until yesterday for no apparent reason I can think of. I woke up, made a change to my action, then ran `sls deploy`, and got this...

We have multiple serverless projects. Recently we started to run into the following problem: Deploying one of the projects with `sls deploy` overwrites all endpoints from the other projects. To...

IBM Cloud Functions now supports IAM namespaces. IAM namespaces can be bound to other service credentials. Should support specifying this in the YAML file.

Report from OpenWhisk slack:` serverless create --template openwhisk-python --path pyhton-test` ``` serverless deploy -v Serverless: Packaging service... Serverless: Excluding development dependencies... Serverless: Compiling Functions... Serverless: Compiled Function (tryme): {"actionName":"pyhton-test-dev-tryme","overwrite":true,"action":{"exec":{"main":"tryme","kind":"python","code":""},"limits":{"timeout":60000,"memory":256,"concurrency":1},"parameters":[],"annotations":[]}} Serverless:...

is there a guide for contributions/submitting PRs?

Using IBM Cloud API: https://cloud.ibm.com/apidocs/resource-controller#create-provision-a-new-resource-instance

Rather than user having to manually do this! Path parameters are only valid with this response type.

As discussed on Twitter here are the two things that would've helped me to solve my problem with Message Hub more quickly.

we are doing a serverless deploy and passing parameter values to it..and one of the value starts with -(dash), reading from environment properties of Deploy Job. But post deployment in...