4.4.1 Check resource
4.4.2 Test Lambda Shipper
4.4.3 CloudWatch Agent Research
Collect logs from the system through CloudWatch and deliver them into the processing pipeline.
In the ingestion pipeline, CloudWatch acts as the log collection layer. Lambda Shipper receives these logs and forwards them to SQS for further processing.

In this system, logs are generated by the application and sent to CloudWatch. CloudWatch then ingests the logs and triggers Lambda Shipper for processing. Lambda Shipper forwards the data to SQS, where it continues through the processing pipeline.
Logs are automatically ingested and transferred into the processing system.