Hi All , I am new to Pulumi. I am trying to use p...
# python
w
Hi All , I am new to Pulumi. I am trying to use python to deploy my infrastructure on AWS. How do I mention resource dependencies . For example , I create a role named myLambdaRole and wanted to refer this role when i deploy my lambda. How do I say that , my lambda is dependent on this role.
b
not sure but it can be something like that : myLambdaRole.id