Form3 Interview Question

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

Interview Answer

Anonymous

Feb 12, 2020

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

1