that is, if it detects that it already exists, use...
# sst
j
that is, if it detects that it already exists, use it, otherwise create it.
t
That's what should be happening the bucket should only be created the first time
j
in myStack im doing this
t
As long as the bucket_name stays the same it shouldn't create a new bucket every time
j
@thdxr only if it was created in that same app the first time around. Right?
t
Well if the bucket name is the same it should fail to create
j
Exactly.