Hey, I would like to use Pulumi’s Automation API w...
# getting-started
v
Hey, I would like to use Pulumi’s Automation API with Node.js inside of an AWS Lambda to run dynamic provisioning. When I try to execute my Lambda function I have an ImportError `Cannot find
node-gyp
module`. But I can’t find where and why
node-gyp
is required to run Pulumi ? Do anyone have experience running Pulumi inside of a Lambda ?