Team - I had to completely delete a stack due to s...
# typescript
g
Team - I had to completely delete a stack due to some issues, however, when I try to recreate the stack, unfortunately the Secrets still exist due to AWS 30 day policy on deleting secrets. As a temp work around, I've had to rename those secret refs in my build so they create net new ones (adding a
-new
suffix for the time being). Can you think of any other way I might be able to work around an issue like this?
b
usually you should be able to use autonaming, can you share your code? are you explicitly setting the secret name?
g
yes, I think that's the problem for us at the moment. It seems my work around fixed it. I can most likely now wait for the old one to delete and rename it later.