SQL Scanner App is a tool which scans single consolidated SQL file containing non-production SQL changes yet to deploy in production, and provides SQL scan report to respective person of interest, for e.g. DW team.
SQL scan report contains details on changes made to existing table/procedure/function which are already in production environment. From the scan report one can easily verify if they need to make any required changes in their existing queries and implement changes in required places without any delay.
Application is based on Python, boto3 and Serverless Framework , with AWS as provider.
