melodic-fountain-68849
01/16/2025, 7:00 PM{"An error occurred trying to start process 'pulumi' with working directory '<project directory>'. The system cannot find the file specified."}
modern-zebra-45309
01/16/2025, 7:06 PMpulumi
CLI command has to be available in the environment you're running your code because the Automation API is calling out to the CLI. It looks like the command is not in the $PATH
of your debug session in VS Code.melodic-fountain-68849
01/16/2025, 7:16 PMmodern-zebra-45309
01/16/2025, 7:20 PMmelodic-fountain-68849
01/16/2025, 7:20 PMmelodic-fountain-68849
01/16/2025, 7:21 PMmelodic-fountain-68849
01/16/2025, 7:22 PMmodern-zebra-45309
01/16/2025, 7:23 PMmodern-zebra-45309
01/16/2025, 7:24 PMmodern-zebra-45309
01/16/2025, 7:25 PMI assume its something to do with: stack.SetConfigAsync("aws:region", new ConfigValue("us-east-1")); that lineThis is also described in the first link, see the instructions for creating a Pulumi.<stack-name>.yaml file in this section: https://www.pulumi.com/registry/packages/aws/installation-configuration/#set-credentials-as-environment-variables
modern-zebra-45309
01/16/2025, 7:25 PMmelodic-fountain-68849
01/16/2025, 7:25 PMmelodic-fountain-68849
01/16/2025, 7:27 PMmodern-zebra-45309
01/16/2025, 7:29 PMmodern-zebra-45309
01/16/2025, 7:30 PMmelodic-fountain-68849
01/16/2025, 7:30 PMmodern-zebra-45309
01/16/2025, 7:32 PMmelodic-fountain-68849
01/16/2025, 7:34 PMmelodic-fountain-68849
01/16/2025, 7:34 PMmodern-zebra-45309
01/16/2025, 7:35 PMmodern-zebra-45309
01/16/2025, 7:36 PMmodern-zebra-45309
01/16/2025, 7:37 PMmelodic-fountain-68849
01/16/2025, 7:48 PMmodern-zebra-45309
01/16/2025, 7:52 PMmodern-zebra-45309
01/16/2025, 7:54 PM