https://pulumi.com logo
w

worried-painting-67291

08/24/2020, 9:25 PM
@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..
3 Views