Guest User

Untitled

a guest
Mar 19th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. // ... the previous initialization code above
  2.  
  3. // Declare Lambda handler
  4. const handler = (event, context, callback) => {
  5. // Check the price of ETH to determine how much to buy
  6.  
  7. // Place a buy order
  8.  
  9. // Send an SMS notification
  10.  
  11. }
Add Comment
Please, Sign In to add comment