Closed aygold92 closed 4 years ago
The Handler Contract states that we should fail and return NotFound on Delete, and then the Client should ignore this error. This is to provide consistency across different implementations
NotFound
@aygold92 is this about the LogGroup type? Because if so, this is already here:
https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs/blob/3dcd55b8e95cc76ccf9f2fb64318f0b2bbbd5547/aws-logs-loggroup/src/main/java/software/amazon/logs/loggroup/DeleteHandler.java#L25
not sure the history of this but it appears to be resolved
The Handler Contract states that we should fail and return
NotFound
on Delete, and then the Client should ignore this error. This is to provide consistency across different implementations