This message was deleted.
# typescript
s
This message was deleted.
j
I’ve had a look at the code for the class
BucketEventSubscription
but I couldn’t find a version or something similar that allowed for creating a single
BucketNotification
that had multiple rules
For the multiple bucket option all I’m really looking for is a clean way to pass the name of bucket 2 to lambda 1
I’ve seen
bucket_2.bucket.get()
within a lambda example but then I’m looking at putting the lambda handler with the bucket creation or maybe I can keep the handler in a different file and go for some kind of “handler generator” which I pass the bucket value but idk if that feels “clean”