User Interface Instructions
If the service includes a web-based user interface (UI), here are some potential instructions:
-
Accessing the Dashboard
Open a web browser and navigate to the URL where the unzip-service is hosted (e.g.,
http://localhost:8080
). -
Viewing SQS Queue Status
In the dashboard, you can view the status of your SQS queue, including the number of messages and any processing logs.
-
Manual Polling Control
-
Enable/Disable Polling: Use a toggle switch or button to enable or disable the automated polling of the SQS queue.
-
Fetch Messages: Click a button to manually fetch messages from the SQS queue for processing.
-
-
Processing Logs
View detailed logs of the file processing activities, including successful unzips, retries, and errors. Logs can be filtered by date, status, and message ID.
-
Metrics Dashboard
-
Success Metrics: View metrics on the number of files successfully unzipped.
-
Failure Metrics: View metrics on the number of files sent to the DLQ and other failure statistics.
-
Performance Metrics: Monitor processing times and system performance.
-
User Interface Instructions