faint-application-2746
10/04/2018, 8:16 PMconst bucket = new cloud.Bucket("<http://contextubot.net|contextubot.net>", { protect: true });
creates a new one with some random string 😕creamy-potato-29402
10/04/2018, 9:00 PMfaint-application-2746
10/04/2018, 9:21 PMbitter-oil-46081
10/04/2018, 9:31 PMon*
style methods.
I think that some of the stuff @lemon-spoon-91807 is working on will make it easy to take an existing S3 bucket and then add handlers to it, similar to if how you created a cloud.Bucket
directly.lemon-spoon-91807
10/04/2018, 9:34 PMimport * as aws from "@pulumi/aws"
const bucket = aws.s3.Bucket.get("yourbucketid")
bucket.onObjectCreated(...)
.