integra-viewing-logs

Inspect Lambda logs via Serverless Framework and AWS CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Integra-Beauty/integra-conventions --skill integra-viewing-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integra-viewing-logs
Source: https://github.com/Integra-Beauty/integra-conventions/tree/main/skills/integra-viewing-logs
Command: npx skills add https://github.com/Integra-Beauty/integra-conventions --skill integra-viewing-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly view and diagnose AWS Lambda logs by unifying Serverless Framework and AWS CLI workflows, saving time debugging and monitoring.

Core Features & Use Cases

  • Serverless Framework log viewing for recent entries from your serverless.yml configuration
  • Live tailing of logs to monitor activity in real time
  • Time-based filtering and content search across CloudWatch Logs and Insights

Quick Start

Ask me to show recent logs for a Lambda function using serverless logs or AWS CLI.

Frequently Asked Questions about integra-viewing-logs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view AWS Lambda logs using Serverless Framework and AWS CLI?

You can view Lambda logs by using Serverless Framework commands tied to your serverless.yml or by querying CloudWatch Logs directly through AWS CLI. This unifies workflows to quickly access recent and historical entries for diagnosing issues.

Can I tail Lambda logs live to monitor real-time activity?

Yes, live tailing of Lambda logs is supported to monitor activity in real time. This allows you to stream CloudWatch Logs entries directly as they are generated, helping you catch active issues immediately during debugging.

How do I filter CloudWatch Logs for specific Lambda errors by time or content?

You can filter CloudWatch Logs by applying time-based filtering and content searches across CloudWatch Logs and Insights. This helps narrow down historical Lambda logs to specific timeframes or error messages for targeted diagnosis.

Do I need AWS CLI configured to inspect historical Lambda logs?

Yes, having AWS CLI configured is necessary to inspect historical Lambda logs and run CloudWatch Logs Insights queries. The skill relies on AWS CLI workflows alongside Serverless Framework to access and search your deployment logs.

What is the best way to debug AWS Lambda functions using CloudWatch Logs?

The best way to debug Lambda functions is to unify Serverless Framework and AWS CLI workflows to view and diagnose logs. This approach supports time-based filtering and content searches across CloudWatch Logs and Insights for effective troubleshooting.