mbonig / state-machine

a CDK construct for Step Functions State Machines that allows for easy integration with Workflow Studio
MIT License
40 stars 4 forks source link

File extension change request #20

Closed dmytrokosiachenko closed 1 year ago

dmytrokosiachenko commented 1 year ago

For convenient usage in Visual Studio Code there is a suggestion from AWS to use .json.asl file extension. Currently with .workflow.json extension Visual Studio Code can not define it automatically correctly as ASL file.

mbonig commented 1 year ago

Thanks for the suggestion! I've created a PR that allows you to provide your own extension to use with a predefined extension (AWS_RECOMMENDED_JSON_EXT). Let me know what you think.