Skip to content

Instantly share code, notes, and snippets.

@thomjoy
Last active October 20, 2017 02:38
Show Gist options
  • Save thomjoy/d54ab6427e7a3236ae2c2bc5f1b49414 to your computer and use it in GitHub Desktop.
Save thomjoy/d54ab6427e7a3236ae2c2bc5f1b49414 to your computer and use it in GitHub Desktop.
serverless repo structure

Serverless File Structure

api
  |- resources
      |- shared
           shared.yml   # any resources that are considered shared.
      |- jobs
           jobs.yml      # resources needed by the jobs service. 

  # Service/Endpoint definitions 
  |- src
      |- jobs
          |- __tests__
          - job.fn.yml
          - handler.js

  - serverless.yml
  - package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment