{"id":23066828,"url":"https://github.com/dvsa/mes-documents-service","last_synced_at":"2026-02-17T17:06:58.414Z","repository":{"id":37735673,"uuid":"189575951","full_name":"dvsa/mes-documents-service","owner":"dvsa","description":"DVSA Mobile Examiner Services - Documents Microservice","archived":false,"fork":false,"pushed_at":"2026-01-30T15:43:04.000Z","size":3323,"stargazers_count":0,"open_issues_count":9,"forks_count":2,"subscribers_count":7,"default_branch":"develop","last_synced_at":"2026-01-31T06:54:53.392Z","etag":null,"topics":["aws-lambda","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dvsa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-05-31T10:29:34.000Z","updated_at":"2026-01-30T13:39:06.000Z","dependencies_parsed_at":"2024-02-02T16:40:57.499Z","dependency_job_id":"39784ca2-3b37-4eab-b783-51d5a1a9a633","html_url":"https://github.com/dvsa/mes-documents-service","commit_stats":null,"previous_names":[],"tags_count":269,"template":false,"template_full_name":null,"purl":"pkg:github/dvsa/mes-documents-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvsa%2Fmes-documents-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvsa%2Fmes-documents-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvsa%2Fmes-documents-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvsa%2Fmes-documents-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvsa","download_url":"https://codeload.github.com/dvsa/mes-documents-service/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvsa%2Fmes-documents-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29550935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-lambda","typescript"],"created_at":"2024-12-16T05:15:05.510Z","updated_at":"2026-02-17T17:06:58.380Z","avatar_url":"https://github.com/dvsa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mes-documents-service\n\nA serverless microservice responsible for generating documents, such as test results for Candidates.\n\n## Dependencies\nDVSA dependencies have been moved from npm to github so in order to install/update any private @DVSA packages\nyou are required to have an entry in your global `~/.npmrc` file as follows:\n```shell\n//npm.pkg.github.com/:_authToken=\u003cyour auth token here\u003e\n```\n\n## Structure\n\nAll serverless functions live in dedicated directories in `src/functions`.\nCode that is common between multiple functions should reside in `src/common`.\n\nAs per the principles of Hexagonal Architecture, each function has the following directories to help us separate concerns:\n\n* `framework` - contains all Inbound and Outbound Adapters, and all use of external/proprietary APIs - depends upon...\n* `application` - contains all Inbound and Outbound Ports, doesn't use any external/proprietary APIs - depends upon...\n* `domain` - contains all domain objects (Aggregates, Objects, Value classes etc) with all \"business logic\" (not just anaemic data holders), doesn't use any external/proprietary APIs.\n\n## Build\n\nTo build a zip file for every function to `build/artifacts`, run:\n\n```shell\nnpm run package\n```\nNote: The build requires [jq](https://github.com/stedolan/jq).\n\n## Test\n\nTo run the unit tests, run:\n\n```shell\nnpm run test\n```\n\nTo run the integration tests, and generate pdf output for all templates, run:\n\n```shell\nnpm run integration\n```\nNote: Not all markup will be perfectly rendered in the pdf templates as some of the markup is gov.notify specific","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvsa%2Fmes-documents-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvsa%2Fmes-documents-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvsa%2Fmes-documents-service/lists"}