I want to make the alias of an AWS lambda function point to another version.
Since I can't find how to update an alias using AWS management console. I deleted and created the alias.
But then I found that all the cloudwatch rules that trigger the lambda function failed to work:
Is it possible to recreate the alias of a lambda function without breaking cloudwatch rules?
Where can I find the log for FailedInvocations of cloudwatch rules? I'd like to dig deeper to know the reason of the failure.
Doesn't AWS management console have the update-alias button?

