Query S3 with SQL using S3 Select
S3 Select is an AWS S3 feature that allows developers to run SQL queries on objects in S3 buckets. Here's an example.
SELECT s.zipcode, s.id FROM s3object s where s.name = 'Harshil'
Previously we wrote about the different ways you can write SQL with ...
arctype.hashnode.dev5 min read