In the Rails app I am building, we are using the results of AWS (DynamoDB) calls made by the controller to populate the view, as part of our replacing "standard" Rails SQL storage with DynamoDB storage. The normal requests and responses run over the wire. So this is one of those inevitable situations of In the Rails app I am building, we are using th