Execute DDL changes in AWS Redshift via Lambda from Codecommit
Problem:
Need to reduce the overhead of user access management on AWS Redshift clusters.
Solution:
User commits DDL execution files to an AWS Codecommit repository.
The update to the Codecommit repository sends an event to AWS Lambda.
...