This message was deleted.
# python
s
This message was deleted.
g
This is one of the reasons I recommend TypeScript and interfaces. 😞
k
Hey @nice-father-44210 How did you structure your schema.json for this component resource? I’m trying to do something similar and am looking to unwrap the S3 BucketArgs and use them as inputs to my component resource
I was wondering if you imported these values somehow from the existing pulumi-aws schema.json or if you had to define each input individually?
n
@kind-jelly-61624 for now, we’re using a mono Git repo that contains both, the reusable components and the calling code. Haven’t yet had to interact with
schema.json
. But.. please do let me know if you solve it! I don’t know how much longer we’ll be able to get away with the mono repo approach 🙂
k
ah gotcha! will do!