c3
c3 copied to clipboard
Removal of stack fails if log group do not exists
Removal of custom c3.LogGroup resources fails if log group is removed manually (outside of CF process).
Error message in logs
{
"Status": "FAILED",
...
"Data": {
"reason": {
"message": "The specified log group does not exist.",
"code": "ResourceNotFoundException",
...
}
}
}