I have some custom code that I want to run.. but o...
# typescript
w
I have some custom code that I want to run.. but only after my call to
const mybucket = new aws.s3.Bucket(...)
has completed. I tried to do
Copy code
mybucket.bucket.apply(bkt => ...}