I'm working on a JS React app that stores and does transformations at the XML level on large SVGs(1-5MB) and can display the results in the browser. I'm using AWS Amplify to handle the backend, but all documentation I have found is for displaying images in tags via URI and nothing on loading S3 content into state, for example.
Is it possible to get bulk text directly from S3/Amplify Storage instead of having to go through the URI?
Is there a different AWS offering more applicable for this use-case?
EDIT1: I've found another post that I think can help me solve my problem. I'll post back with results.
Return HTML content as a string, given URL. Javascript Function