https://github.com/dvsa/mes-result-processing-service
DVSA Mobile Examiner Services - Result Processing Microservice
https://github.com/dvsa/mes-result-processing-service
aws-lambda typescript
Last synced: about 2 months ago
JSON representation
DVSA Mobile Examiner Services - Result Processing Microservice
- Host: GitHub
- URL: https://github.com/dvsa/mes-result-processing-service
- Owner: dvsa
- License: mit
- Created: 2019-05-31T10:07:14.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-06T15:30:51.000Z (4 months ago)
- Last Synced: 2026-02-06T23:30:06.646Z (4 months ago)
- Topics: aws-lambda, typescript
- Language: TypeScript
- Size: 2.01 MB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mes-result-processing-service
A serverless microservice responsible for responsible for passing practical driving test results to internal DVSA systems for processing, such as TARS.
## Dependencies
DVSA dependencies have been moved from npm to github so in order to install/update any private @DVSA packages
you are required to have an entry in your global `~/.npmrc` file as follows:
```shell
//npm.pkg.github.com/:_authToken=
```