github.com/iron-io/functions@v0.0.0-20180820112432-d59d7d1c40b2/examples/sleeper/README.md (about)

     1  # Sleeper Function Image
     2  
     3  This function sleeps for some number of seconds that you pass in. 
     4  
     5  Test it with:
     6  
     7  ```sh
     8  fn build
     9  echo '{"sleep": 5}' | fn run
    10  ```