how do i use pulumi outputs in a lambda callback?
# general
w
how do i use pulumi outputs in a lambda callback?
g
Hey Dustin, did you get this figured out or still need help?
w
Hi Cameron thanks for following up. I did figure out how to use environment variables to pass things in, but found it odd that
environment
is not a documented property for CallbackFunctionArgs — I think this may be due to the way that interface extends other interfaces and how the documentation is generated?
g
Ah... I see what you mean. Yea, interesting. Seems VS Code handles this fine, but our docs generator does not. I'll open an issue to track this.