diff --git a/CourseFunctions.py b/CourseFunctions.py index ba72f0d..8f5d09f 100644 --- a/CourseFunctions.py +++ b/CourseFunctions.py @@ -152,4 +152,4 @@ def enrollStudent(courseId, courseSection, studentID): # courseInsert(courseId, courseSection, courseLevel, courseDepartment, courseProfessor, courseEnrolledStudents, courseMaxStudents, courseIsOpen, courseFormat, coursePrereqs, courseStartTime, courseEndTime, courseScheduledDays, courseLocation, enrolledStudentList) - enrollStudent('SPAN4173', '001', 'nic21003') \ No newline at end of file + enrollStudent('ANTH3524', '001', 'awp10101') \ No newline at end of file diff --git a/StudentFunctions.py b/StudentFunctions.py index e11d490..c4b494d 100644 --- a/StudentFunctions.py +++ b/StudentFunctions.py @@ -19,4 +19,4 @@ def createStudent(studentID, studentPWD, enrolledCourses = []): if __name__ == "__main__": - createStudent("nic21003", "coolTest420") \ No newline at end of file + createStudent("awp10101", "myPassword") \ No newline at end of file diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 03def5c..0000000 --- a/requirements.txt +++ /dev/null @@ -1,25 +0,0 @@ -pip3 install boto3 # installs necessary dependency - -curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg" # line 1 for installing aws commandline -sudo installer -pkg AWSCLIV2.pkg -target / # line 2 for installing aws commandline - -which aws # line 1 for verifying installation was successful -aws --version # line 2 for verifying installation was successful - -aws configure # prompts for info to connect to AWS - -Tyler: -AKIAZYS7TP7NH7ZTXR4L - Access Key ID -SP/hdEJXlbdOyw53PeZGgC1t7ZA4U9RbW9cn0n9o - Secret Access Key [write this down, unrecoverable] - -Zach: -AKIAZYS7TP7NP4YXGZXK - Access Key ID -kQKm9wSkbqcUw+NDgEO7Pt8v9Vg/kLKhl4yX31dK - Secret Access Key [write this down, unrecoverable] - -Tageria: -AKIAZYS7TP7NHURRN3Z2 - Access Key ID -FXQ/ZOyK8SfhGOlF+LE7YuUxfgEVWARwZx0uCZIP - Secret Access Key [write this down, unrecoverable] - -Region: us-east-1 -Output format: json -