Last active
August 26, 2016 13:05
-
-
Save rotemtam/0ea9995decb2fce3956ca94e3cb9f524 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
├── Dockerfile | |
├── infra | |
│ └── webpack.config.js | |
├── package.json | |
└── src | |
├── functions | |
│ └── getRepositories | |
│ ├── function.json | |
│ ├── src | |
│ │ └── index.js | |
│ └── tests | |
│ └── getRepsitories.spec.js | |
├── lib | |
│ ├── lambda-co-runner.js | |
│ └── mock-lambda-context.js | |
├── model | |
│ └── Repository.js | |
└── project.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment