【发布时间】:2018-04-11 18:57:08
【问题描述】:
从命令行创建新的 OpenWhisk 操作,将返回以下错误。
$ wsk action create hello index.js
error: Unable to create action 'hello': Resource by this name exists but is not in this collection. (code 4923976)
Run 'wsk --help' for usage.
查看已部署的操作,我没有看到另一个同名操作。
$ wsk action list
actions
/user@email.com_dev/example private nodejs:6
/user@email.com_dev/hello_world private nodejs:6
/user@email.com_dev/testing private nodejs:6
此错误消息的原因是什么?
【问题讨论】:
标签: openwhisk