Serverless monorepo for building and testing lambdas What you need Yarn - Dependency manager Lerna - Monorepo manager Development Installing dependencies for packages: In root: $ lerna bootstrap Verify by running tests: $ yarn test Build $ yarn build Author Roland Olah