in app/marketplace.py [0:0]
def get_consumption(self):
""" Returns all the dimensions from the DynamoDB table """
return {
"dimensions":
Utils.sanitize(self._dimensions_storage.get_dimensions())
}