AWS DynamoDB Python – not returning attributes from table.scan()
I’m using Python to add data to a DynamoDB table named Courses and provide a command-interface for a user to search for a course description by entering the subject and catalog number. The desired …