https://pulumi.com logo
h

helpful-continent-74245

11/08/2018, 4:23 AM
@busy-umbrella-36067BTW for the fixed S3 bucket name, I had to use:
Copy code
const bucket = new aws.s3.Bucket("my-bucket", { bucket: "my-bucket" });
(just
bucket
option instead of
name
)