pulumi / pulumi-aws

An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS
Apache License 2.0
445 stars 154 forks source link

Support overlays like Bucket.onObjectCreated in Python, YAML, Go, Java and .NET #4385

Open t0yv0 opened 3 weeks ago

t0yv0 commented 3 weeks ago

Currently there are several Node-only features that are very useful, including Bucket.onObjectCreated. Consider supporting them in all other Pulumi languages.

Please upvote the issue if this is of interest to your use case, as this helps our team prioritize.

t0yv0 commented 3 weeks ago

One known issue to deal with: https://github.com/pulumi/pulumi/issues/16563

t0yv0 commented 3 weeks ago

https://github.com/pulumi/pulumi-aws/issues/4007 overlay inventory to give an idea of scope

t0yv0 commented 3 weeks ago

https://github.com/pulumi/pulumi-yaml/issues/354 would be needed for YAML.