Skip to content

Instantly share code, notes, and snippets.

@rotemtam
Last active August 26, 2016 13:05
Show Gist options
  • Save rotemtam/0ea9995decb2fce3956ca94e3cb9f524 to your computer and use it in GitHub Desktop.
Save rotemtam/0ea9995decb2fce3956ca94e3cb9f524 to your computer and use it in GitHub Desktop.
├── 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