Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. serverless.yml
  2. functions/
  3. function1.js
  4. function2.js
  5. function3.js
  6. package.json
  7. node_modules/
  8. ..
  9.  
  10. serverless.yml
  11. handler.js
  12.  
  13. folder/filename.function
  14.  
  15. service: example
  16.  
  17. functions:
  18. func1:
  19. handler: functions/function1.handler
  20. func2:
  21. handler: functions/function2.handler
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement