Hi there, I’m working on python and AWS <identitys...
# general
c
Hi there, I’m working on python and AWS identitystore , I have 3 function to create User, Group. and GroupMembership. at the function
GroupMembership
, I want get User.id that was created at the previous function and is there anyway to do that without doing
pulumi.export
?