Create an AWS Lambda function to invoke a AWS Glue job to run the task and save the output file in Amazon S3
This CDK application deploys a Lambda function, that takes in a payload and triggers a AWS Glue job synchronously.
The Glue job then performs the assigned task to convert a CSV file to Parquet and uploads the output file to S3. The application contains the minimum IAM permissions required to run the workflow and Glue job.
This pattern deploys one Lambda Function, one S3 Bucket and one Glue ETL Job.