This message was deleted.
# aws
s
This message was deleted.
b
Is there a specific reason you're using the cloud provider as opposed to the AWS provider or AWSX library?
f
Simply for ease of use. Doesn't seem like policy customization is available for cloud provider, is there any plan to support that in the future? In the meantime I'm, switching to the awsx provide, but the only way I'm seeing to attach a policy is via the restApiArgs and policy attr which is a json string... seems cumbersome, is there a better way?
I managed to set policies using this function: https://github.com/pulumi/pulumi-cloud/blob/f11a3ff7fad540443c4006eafcf707b5d17a1005/aws/shared.ts#L101, is that a recommended way of doing it?