Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-27T06:01:46.000Z (about 1 month ago)
- Last Synced: 2024-11-27T07:18:49.123Z (about 1 month ago)
- Topics: aws-lambda, typescript
- Language: TypeScript
- Size: 1.9 MB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 8
-
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=
```