https://github.com/dvsa/mes-mi-export-service
DVSA Mobile Examiner Services - MI Export service
https://github.com/dvsa/mes-mi-export-service
aws-lambda typescript
Last synced: 8 months ago
JSON representation
DVSA Mobile Examiner Services - MI Export service
- Host: GitHub
- URL: https://github.com/dvsa/mes-mi-export-service
- Owner: dvsa
- License: mit
- Created: 2019-06-12T13:58:18.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-08-21T09:05:36.000Z (10 months ago)
- Last Synced: 2025-08-21T11:27:35.642Z (10 months ago)
- Topics: aws-lambda, typescript
- Language: TypeScript
- Size: 2.28 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mes-mi-export-service
A serverless microservice responsible for passing the details of practical driving test results to internal DVSA systems for MI, such as the RSIS MI database.
## 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=
```