DEV Community

Discussion on: I built my own SQL tester in Python, then rebuilt it again from scratch,here's what I learned.

Collapse
 
daveparr profile image
Dave Parr

Nice work. In a way, not using the clipboard could have another silver lining. By not relying on the user to select the right stuff, the script becomes more deployable and more iterable. You can maybe put it up in an AWS lambda that is triggered if a DDL hits an S3 bucket. You can also write another script which will run this script over all the text files in a folder :)

Great stuff!

Collapse
 
alexantra profile image
Alex Antra

Lambda on a lambda!