Hi folks. I’m trying to rewrite some AWS CDK code ...
# aws
e
Hi folks. I’m trying to rewrite some AWS CDK code using Pulumi. Is there utils similar to AWS CDK’s
grant*
in Pulumi?
g
There are not builtin methods that do this today, but you could create these in your own Pulumi application code to re-create similar functionality.
e
I see. Thank you!
👍 1
b
I wonder if that's a roadmap item because it's really nice to use out of the box with CDK.. perhaps it could eventually be included in awsx?
g
Potentially. Would you mind opening an issue at https://github.com/pulumi/pulumi-aws/issues with what you would like to see?