Skip to content

sprkyco/broken-whisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

broken-whisk

  1. Setup a bluemix account

  2. Navigate to IBM Cloud Functions

    cloud_functions

  3. Create an action, don't forget the python runtime: runtime

  4. Connect the dots:

    import sys
    from os import popen
    
    def main(dict):
        out = str(popen("whoareyou").read())
        return {"message":out}
  5. Invoke the action

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published