sharing this if you havent seen it before - using ...
# python
a
sharing this if you havent seen it before - using Poetry and Pulumi together -

https://youtu.be/GI4oT5fikhY?si=bgjfuNaaxdYGxpQQ

h
We use pulumi + poetry. This was a good starting point for us, but I found that using local venvs via
virtualenvs.in-project
makes it easier for our team – no
poetry run pulumi {cmd}}
anymore.
l
h
Yep this pretty well matches how we do things except for the
in-project
part