Hi Guys, I have written a ComponentResource that c...
# python
a
Hi Guys, I have written a ComponentResource that creates a ec2 instance setting certain default props as required for our use case, the problem i face is that when expose certain properties using the python self.register_outputs function and try provisioning an instance i get an " RuntimeError: Event loop is closed exception calling callback for <Future at 0x1102af700 state=finished returned RegisterResourceResponse>" if i don't expose properties everything works fine. Any assistance and pointers would be great