serratus-bio / open-virome

monorepo for data explorer UI and APIs
http://openvirome.com/
GNU Affero General Public License v3.0
0 stars 0 forks source link

API change on logan_AWS_RDS_proxy function to account for errors #91

Open almosnow opened 2 weeks ago

almosnow commented 2 weeks ago

The function will be slightly refactored to always return an object,

Either:

{ error:"..." }

or

{ result:"..." }

which are self explanatory, the reason for this is because it's easier to debug stuff on the client that through the intricate machine that is AWS.

I will adapt frontend/backend code for this.

ababaian commented 2 weeks ago

What has to be adapted for this? What's the timeline for implementation?