Hi everyone, I am trying to connect to a Postgres...
# python
w
Hi everyone, I am trying to connect to a Postgres database on AWS in a private subnet via jump host. I’ve started Pulumi with debugger and can see, that the tunnel is established. However after my code in the main.py is executed, it seems to me, that Pulumi do some stuff afterwards, where my tunnel is closed. Can somebody help me? Thanks in advance.