Disabling cloud watch alarm actions with lambda – Amazon Web Sevices
I am trying to disable the cloudwatch alarm actions using lambda function as provided by following article "https://medium.com/geekculture/enable-or-disable-aws-alarms-at-given-intervals-d2f867aa9aa4". However i am facing timeouts during it's execution. The http request for generated does not return any error. The code is as…