Getting cognito to work on aws was interesting, I only had to make just a couple changes and it seemed to work just fine from the start very happy about that.. Guess ill just keep plugging away but here is a site that uses cognito and sessions to control if information is displayed or not. It also has the latest changes to the admin page.
As I was looking through your project I noticed a few things that may already be on your radar, but I'd be remiss if I didn't mention them here!
[ ] unit testing - be sure to fully unit test all entities - should have a dao unit test for each hibernate-controlled entity. Be sure to test any relationships too.
@pawaitemadisoncollege
http://ratingsanonymous-env.eba-95gvacb6.us-west-1.elasticbeanstalk.com/
Getting cognito to work on aws was interesting, I only had to make just a couple changes and it seemed to work just fine from the start very happy about that.. Guess ill just keep plugging away but here is a site that uses cognito and sessions to control if information is displayed or not. It also has the latest changes to the admin page.