[CDKTF] Convert Step function definition in CDKTF json manifest file to yaml

Is there a programatic way to convert the step function definition in CDKTF json manifest (cdk.tf.json) file to a standard terraform yaml file ?

Background: I am trying to use this AWS tools to test Terraform-based step functions written in Go. To create a local instance of step function the aws sdk constructor expects the step function definition (in yaml).
Any suggestions on this are appreciated!

This has been a long requested feature, but is currently not supported. Feel free to mention your use case on [Feature] Add Support for HCL Output · Issue #225 · hashicorp/terraform-cdk · GitHub and see some possible methods.