You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the cdk repo here as an example what would happen if you created the service but through human error you accidentally deleted your package.json and then tried to deploy the service. It would fail to deploy as expected then you might try to delete the service but the delete is also going to try and find a package.json and fail to delete. You now have a service you can't delete or update and is just kind of stuck in a delete failed state.
Ps I deleted my package.json and I have 4 services I can't get rid of please help