Issues
The 'Issues Dashboard' is a dedicated dashboard within KloudMate, that provides detailed information about all the errors and warnings that are detected in the Lambda Functions of the following runtimes:
- Nodejs
- Python
- Java
- .NET
- Go
In the Issues dashboard, all the issues are displayed in a list. The list of the issues can be sorted using the Severity and Project filters.

For a quick assessment, some additional information such as the last occurrence, total occurrences, and the severity level, is also displayed for each issue in the list itself. Users can click on any issue to view in-depth details about it.
Users can also view the respective invocation of any selected issue, by clicking on the View Invocation button.

Users with the 'Owner' or 'Developer' level permissions can mark issues as resolved or ignored:
- Ignored Issues: A user can mark an issue as "Ignored" if they do not want to receive notifications when the same issue reoccurs in the future.
- Resolved - A user can mark an issue as "Resolved" if they have reviewed the issue and do not want the issues to appear in the list of Unresolved issues.
- Unresolved - An issue that is yet to be reviewed by the user and is neither marked as Ignored nor Resolved.
This can be done in two ways, from the respective issue details page of the selected issue, or, from the issues list by selecting multiple issues and collectively marking them as resolved or ignored.

The issues marked as Resolved or Ignored can be tracked under their respective tabs in the Issues Dashboard.
Users can chose to receive notifications for either New issues or New and regression issues by creating a notification policy.
- New Issue: Issue detected for the first time
- Regression Issue: Issue detected at least once in the past