Is there "S3 range read function" that allows to read assigned byte range from AWS-S3 file?

Viewed 3603

Trying to process large file in AWS Lamba and skipping through the whole file seems a bit wasteful. Is there a "range read" function that allows to read only predefined byte range from S3 file?

1 Answers
Related