PowerShell script that uses the AWS CLI to find the average size of lessons and quizzes for a grade level. This information is provided to users during installation.
Given the product Algebra 1, the terminal command would be Get-AwsLessonAverage -Product a1
.
After calculating the response from the AWS S3 server, the terminal would respond with A1 lesson average: ### MB
and A1 quiz average: ### MB
.