Join Slack
Powered by
This message was deleted.
# general
s
sparse-intern-71089
02/25/2022, 1:42 AM
This message was deleted.
l
little-cartoon-10569
02/25/2022, 2:22 AM
No, the s3Mixins are available only in nodejs. However the code is fairly straightforward to follow and reproduce: it just wraps creating a few other resources. You can start here:
https://github.com/pulumi/pulumi-aws/blob/db52cdc7e10e53ebb6e1b90c7c344f1faa462ed6/sdk/nodejs/s3/s3Mixins.ts#L248
Which creates an EventRuleEventSubscription:
https://github.com/pulumi/pulumi-aws/blob/db52cdc7e10e53ebb6e1b90c7c344f1faa462ed6/sdk/nodejs/cloudwatch/eventRuleMixins.ts#L70
You could easily rewrite the code in that class as a ComponentResource (and imo, Pulumi devs should probably do exactly that).
3
Views
Open in Slack
Previous
Next