nitrictech / roadmap

Nitric Roadmap
https://nitric.io
5 stars 0 forks source link

Subscribe to bucket changes #15

Open jyecusch opened 2 years ago

jyecusch commented 2 years ago

summary

Enable the creation of functions that respond to changes in buckets, such as file creation, updates and deletion

intended outcome

Simplify the creation of async file processing with Nitric. Currently, another function is be needed to generate the event, this reduces that burden allowing functions to subscribe directly to the bucket changes.

jyecusch commented 2 years ago

relates to: