white-chef-55657
04/13/2022, 11:57 AMindex.ts
but it’s not being recognized as an output - is pulumi picking up all of the exports from all the files or do I need to indicate something specific in the root level index.ts
?victorious-church-57397
04/13/2022, 12:33 PMs3
with an index.ts
file in it, I can execute whatevers in that index.ts
by calling import './s3';
in my top-level index.ts
white-chef-55657
04/13/2022, 12:33 PMvictorious-church-57397
04/13/2022, 12:35 PMexport const myOutput = someThing;
in the top-level index.tswhite-chef-55657
04/13/2022, 1:04 PMvictorious-church-57397
04/13/2022, 1:04 PM