Sending logs to Cloudwatch on AWS

We have an app deployed on AWS, and we want to forward the logs to CloudWatch.

I’ve seen this example, but not sure how to use it in IHP’s context

Can you try this? amazon web services - Forwarding journald to Cloudwatch Logs - Stack Overflow

It’s available as a service on NixOS NixOS Search Especially the services.vector.journaldAccess option looks interesting

Great advice, thanks
Here’s the PR to make it easier for others - Add config with placeholder for logging to AWS CloudWatch by amitaibu · Pull Request #32 · digitallyinduced/ihp-boilerplate · GitHub