This message was deleted.
# general
s
This message was deleted.
b
You need to overrive the bucket name
Copy code
const sourceBucket = new aws.s3.Bucket(sb,
                                      {
bucket: "bucketName-8c54a03"},
                                      { import: sb });
By default, pulumi appends a random string to resources
a
That was incredibly fast. Thank you!
b
👍
a
I'm basically swiping this: https://github.com/pulumi/examples/tree/master/aws-ts-s3-lambda-copyzip which was super helpful.
so thanks to maria where ever she is for the easy to follow code.
b
I will pass it on 🙂