Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#aws
Title
h
hundreds-musician-51496
07/02/2020, 4:49 PM
Can a "magic function" refer to pulumi.Output values at runtime via the`get()` method or will they be undefined? Thread follows.
Context is I'm defining a lambda that launches an ECS task, and it needs to use configuration (security groups and subnets) defined during deployment.
So if I my Lambda captures value
sgs
with type`pulumi.Output<string[]>`, will
sgs.get()
give me that array of strings when the lambda executes?
Post