Hi where can I find a list of the pulumi automatio...
# python
m
Hi where can I find a list of the pulumi automation functions? Getting quite lost on here, just want simple list of functions and what they do, I’m using python and aws https://www.pulumi.com/docs/guides/automation-api/
r
The documentation for these are here: https://www.pulumi.com/docs/reference/pkg/python/pulumi/#module-pulumi.automation but they can be a little scant on info. I'd recommend looking at the examples repo too: https://github.com/pulumi/automation-api-examples
👍 1
m
thanks!