This message was deleted.
# aws
s
This message was deleted.
a
Went over my TypeScript code that tries to define a notification for a bucket and I've been using
bucket.id
instead of
bucket.arn
. Here:
Copy code
Bucket: resource.Bucket.Arn,
g
ahh. nice! I tried .Name… I’ll give ID() a try. thanks!
interesting. i commented out the Topics attribute in
BucketNotifciationArgs
and integration tests are passing now (with just bucket.ID()) … I guess I’ll keep poking
👍🏻 1