Is there anyway to map a pulumi.Input to a CDK Tok...
# pulumi-cdk
s
Is there anyway to map a pulumi.Input to a CDK Token? I'd like to have a pure Pulumi input/output contract for my Construct. Props will include
pulumi.Inputs
, be mapped to
cdk.Tokens
within the Stack and then map all
cdk.Tokens
declared within to
pulumi.Output
. This should totally encapsulate the CDK nature of the Construct such that it can be used naturally within a Pulumi app?