This repository was archived by the owner on Oct 18, 2022. It is now read-only.
  
  
  
  
v1.1.0
Added
- Cognito with Amplify javascript framework to have sign-in/register in place for secure access to the web application.
- Encryption to all S3 and logging S3 buckets.
- Cloudfront to the web app hosted in S3. Restricted access to the web app S3 bucket to Cloudfront only.
Changed
- Re-implemented the user interface in ReactJS (previously implemented with vanilla Javascript) to make it easier to add or modify components for later updates.
- Syntax for lambda functions in node8 to node12
- Syntax for lambda functions in python2 to python3
- The Solution Helper package to the newest version compatible with python3
- Integrated Cognito user pool authentication with API Gateway and removed authorization with stored API Keys.
- License changed to Apache License 2.0
See changelog for more information.