This message was deleted.
# general
s
This message was deleted.
b
thanks for the terse feedback. We have lots of examples in github.com/pulumi/examples: https://github.com/pulumi/examples/search?q=apply you can filter by language in there
n
yeah i wasn’t trying to be harsh about it, just stating the fact that if you can’t test
apply
with
pulumi preview
then all you have left is to
pulumi up
, but if you have a lot of resources and it takes ~10min to deploy it up, and it fails, that’s a shame… That being said, an example of
TopicSubscription
for example is only showing the code to be used, not HOW to use it… https://www.pulumi.com/docs/reference/pkg/aws/sns/topicsubscription/#look-up Since its an
Output
im assuming something like
.apply(0 => o.arn)
should, or could work, but where’s that example? I also looked at the github link you’ve posted, and i dont feel that fulfills the necessary examples IMO either, but what do i know…