knowsuchagency / orkestra

The elegance of Airflow + the power of AWS
https://knowsuchagency.github.io/orkestra
MIT License
50 stars 2 forks source link

Porting to TypeScript and jsii #21

Closed moltar closed 3 years ago

moltar commented 3 years ago

Is it possible to port this to TypeScript and use jsii to generate constructs for other languages?

knowsuchagency commented 3 years ago

Sadly, I don't think it is.

As far as I can tell from the docs, there's no straightforward way to specify a decorator construct in TypeScript jsii and have it compile to other language.

Thanks for the question, though @moltar :)