Pregunta de entrevista de Form3

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

Respuesta de la entrevista

Anónimo

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