I've tried to get the python pulumi debugger going...
# python
f
I've tried to get the python pulumi debugger going but it doesnt seem to work if your state file is in an S3 Bucket. Ive even tried following this article and adapt to python: https://www.pulumi.com/blog/next-level-iac-breakpoint-debugging/
f
Are you getting an error or are your breakpoints not hitting or?
f
This is the error that I get with the debugger blog post.
f
oh, hey, try the new vscode extension instead: https://www.pulumi.com/blog/pulumi-vscode-extension/
it's much nicer than without 😄
a
Feel free to share your
launch.json
and
tasks.json
and rough structure of your module if you continue to run into problems