https://pulumi.com logo
Title
a

adamant-processor-8296

04/27/2023, 8:32 PM
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

red-match-15116

04/27/2023, 9:50 PM
You might have to use a custom image with pulumi already installed as your lambda runtime
a

adamant-processor-8296

04/28/2023, 7:58 AM
appreciate the help! i will look into it, thanks 🙏