IBM Cloud functions - Unable to create an action
IBM Cloud functions - Unable to create an action I'm unable to create an IBM Cloud action. I have no idea why. My IBM data that I get in console is as follows: API endpoint: https://api.eu-gb.bluemix.net Region: eu-gb User: my-name@my-company.com Account: My Name's Account (12fcae9b137946b8bbfe481448612345) Resource group: Default CF API endpoint: https://api.eu-gb.bluemix.net (API version: 2.92.0) Org: my-org Space: dev That look fine to me. When I execute the test action as the docs says here as follows: test action ibmcloud wsk action invoke whisk.system/utils/echo -p message hello --result I get correct result: { "message": "hello" } But I'm not able to create my own actions. The folder looks as follows: Thus there is .zip file that I created with .zip zip -r as24-crawler.zip virtualenv commmon.py __main__.py And now when I try to create an action as the docs says here with ...
