While organizing my project I'm separating resourc...
# typescript
f
While organizing my project I'm separating resources into different files (
s3.ts
,
ec2.ts
, etc.). Since resources have dependencies on each other I need to export some of them to be able to import in another module which ends up automatically add them to stack output, sometime unnecessarily. Is there a way to avoid that? Can I somehow choose what gets added to stack output?