Hi all. I did some searching in the workspace befo...
# general
a
Hi all. I did some searching in the workspace beforehand, but didn’t find an answer, hopefully someone had faced the same design issue i have. I have a nodejs project, that runs inside AWS Lambda. The same project needs to use pulumi-automation to deploy resources dynamically to AWS (EC2 instances, etc…). I am not able to properly configure AWS Lambda layer and/or zipped pulumi binary (directory-structure wise) to make this work, since that pulumi needs to be in the $PATH for pulumi automation to work. Did anyone face this so far?
r
You might have to use a custom image with pulumi already installed as your lambda runtime
a
appreciate the help! i will look into it, thanks 🙏