I am designing an image store application for end users which will have lots of CRUD type functionality. I want to host the application on Amazon Web Services (AWS) and was going to use the play! framework, S3 and a NoSQL database. I couldn't find a DynamoDB adapter for Play! and read that MongoDB and EC2 don't get along that well together.
Is there a good alternative to Play that I can use with DynamoDB?
Are there alternative frameworks I should consider (Play! looks very attractive to me, clean, lean and simple).