Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.68 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.68 KB

ITS Secure Prototype (ITS2P)

The ITS Secure Prototype (ITS2P) will provide the ITS Vendor community with a reference design and example implementation of a mobile application and backend cloud service that can be used to guide ITS vendor customers in the secure configuration of ITS equipment. ITS vendors will be able to use the prototype to design their own custom versions of the mobile application and offer the application to their customer base.

Vendor-customized and deployed ITS2P instances can be used by ITS Field Technicians as an aid, providing them with the equipment vendor’s recommended security configuration details for the specific equipment type, connection type and intended use. The ITS2P tool is a mobile application that an ITS Technician can install on either an Android or iPhone device.

Contents

This repository contains the server-side Amazon Web Services lambda functions for the ITS2P application. These lambda functions implement the backend API functionality that connects the mobile application users with the vendor users of the backend application. These functions handle:

  • User account administration: adminDataFunction/
  • AWS resource management: poolFunctions/
  • Data access management: dataFunctions/
  • API request handling: requestConf_ocs/
  • User Authentication: userFunctions_ocs/

Related Repositories: