<@UB8A66MPS> - I use do use those. I basically do ...
# typescript
w
@stocky-spoon-28903 - I use do use those. I basically do a aws.dynamodb.getTable, then I chain a
then()
and if getTable fails.. then I call new aws.dynamodb.Table. One problem, though, seems to be that even if the stack didn't create the resource.. it will still try to delete it when I delete the stack. Another problem also seems to be in refreshing the state of the stack.. but that is less important and isn't consistently a problem..