This message was deleted.
# aws
s
This message was deleted.
b
I write my entire container definition JSON in an
.apply(..)
call so that I can write the ARNs into the container definition JSON.
f
oh thats interesting.. thanks for the tip
i just found this issue also https://github.com/pulumi/pulumi-aws/issues/1150 which seems to indicate that passing the
.arn
in will work, though the typescript definitions are wrong... testing this out right now
b
Oh you're using
awsx
. I've encountered issues like that in crosswalk a lot, such as when it frequently required entire resources to be passed in rather than inputs. We transitioned to not using crosswalk at all