curved-cartoon-90054
09/22/2020, 10:17 PMsteps:
mkdir policypack && cd policypack
pulumi policy new aws-python
pulumi preview --policy-pack <path-to-policy-pack-directory>
gentle-diamond-70147
09/22/2020, 10:25 PMpulumi preview ...
command needs to be run from the directory where your Pulumi application resides, not from where the policy pack code is. So you likely just need to cd ..
and then run the preview command again.