Hi,
Basically, working on a project which requires dynamic generation of ETL scripts using Lambda functions. These scripts are generated based on objects which define the operations required.
Does anyone know of any way that a Lambda function could generate scripts for ETL jobs, that would be stored in an S3, ready for invocation by a Glue job?
Thanks!