serverless / serverless-openwhisk

Adds Apache OpenWhisk support to the Serverless Framework!
http://openwhisk.org/
MIT License
143 stars 47 forks source link

Fix for "Resource not exist" #199

Closed ghost closed 3 years ago

ghost commented 3 years ago

while deploying api for a function with package name, we will get "Resource not exist" error on calling api. This change will fix it.

ghost commented 3 years ago

please any one help on this

ghost commented 3 years ago

@jthomas please check this 1) should return pre-configured openwhisk client 2) should allow ignore_certs options for openwhisk client 3) should allow apigw_access_token option for openwhisk client why this test cases are failing

ghost commented 3 years ago

Duplicate