Demonstrates how to use stream-json and s3-readstream
to handle a stream of line-delimited JSON data provided by an S3 object.
When the default function of jsonl-s3-stream.ts is run, it will fetch a configured amount of data
(50 bytes in this example, which would be very slow in a real-world application)
of data from the configured S3 object. The source S3 object is expected to contain a fully-formed, valid JSON value.