aws-samples / emr-serverless-samples

Example code for running Spark and Hive jobs on EMR Serverless.
https://aws.amazon.com/emr/serverless/
MIT No Attribution
150 stars 74 forks source link

Consider using Cloudwatch Variables for Application ID #54

Open AlJohri opened 1 year ago

AlJohri commented 1 year ago

Cloudwatch Variables are now GA and have full CDK support.

It would be great to use a CFN Variable for Application ID where the Stack Parameter is optional and that just sets the default value.

This way a user can continue using the same stack + dashboard to monitor multiple EMR Serverless Applications.

dacort commented 1 year ago

Oh awesome, missed that! Would love to add this in.