Hello, Anyone aware of a bug with Pulumi Automatio...
# aws
l
Hello, Anyone aware of a bug with Pulumi Automation API, Pulumi
v3.111.1
, NodeJS
20.10
, TypeScript
5.4.2
and AWS provider
6.25.0
I am getting
Unhandled exception: TypeError: Cannot read properties of undefined (reading 'invoke')
on things like
aws.ssm.getParameterOutput()
I am setting up a local workspace with a local stack, so everything is completely inline Everything was working until, dreadfully, I upgraded node modules and went from Node 18 to Node 20 and unfortunately I cannot avoid the upgrade to Node 20 and it seems that downgrading the node modules isn't solving it
g
did you delete all node modules before upgrading?
l
Nope. After trying a dozen different permutations of node module versions and pretty much updating everything to the latest it suddenly worked