Setup Cloudwatch alarms

Is it possible to have cloud watch alarms setup to send an email if a lambda function fails? I know I can create these in the AWS console, but because the lambda functions have generated names it seems like I need to set them up inside of jets somehow.

Not currently. The lambda function metrics are automatically created by Lambda, so unsure how to reference them via code :thinking: Think would just handle outside of Jets.