Hi Everyone:smiley: Our stack is currently writte...
# typescript
m
Hi Everyone😃 Our stack is currently written with TypeScript (TS) and have implemented Airflow in AWS. Now, we need to dynamically reference TS resources in Python and have no idea how to do that in manageable way (without just hard-coding them). Is there a way to do this?
c
Here is an example where the vpc is in typescript and the ecs is in fargate. You would have to do something similar where you would read in the ts resources via stackreferences in the python part.
🙌 1
m
thank you, @cool-fireman-90027