This message was deleted.
# general
s
This message was deleted.
w
Hey Ala - great to hear from you! That is certainly surprising. Between two of these updates - does the code uploaded to one of the Lambda's actually change? It sounds like this may be an issue in the diff logic on the archive used for the Lambda - and could plauibly be related to WSL2. Any chance you can confirm whether you see the same thing in a Linux environment? A GitHub issue with any additional details you could share would definitely be helpful.
c
Same here @white-balloon-205, phenomenal work on Pulumi. And no, the code doesn't change - I'm purposefully and immediately only editing the memory part of the plan (using pico), and pulumi upping. I'll try out a linux VM to validate if this happens there. I tried pulling the source from git again, dos2unix the entire folder. quite unusual
@white-balloon-205 I think I figured it out. We apparently introduced an unexpected string into the plan because of a templating default:
I suspect that's what caused the issue
w
Ahh - interesting! I would have actually expected that to be an error - honestly not sure what happens if you include the empty string in
extraIncludePaths
. Glad this seems to be fixed now.