Amazon web services – ECS Container exit reason and exit code
I have developed a lambda which triggers when the ECS Container exits due to some issue. The triggers and send an alert message based on Event which it got. For some reason when the exit code is 0 or 1,…