Form3 interview question

How would you handle a http GET request when there is too much data to return?

Interview Answer

Anonymous

12 Feb 2020

I would put the data into an S3 bucket and return a link to the data instead of the data itself

1