FaaSr / FaaSr-package

Function-as-a-Service package for R
https://faasr.io
Other
4 stars 8 forks source link

Log directly to Aws cloudwatch #118

Open DyfanJones opened 3 weeks ago

DyfanJones commented 3 weeks ago

Hi all,

Have you considered sending logs directly to Aws cloudwatch?

I created an PR in lgrextra https://github.com/s-fleck/lgrExtra/pull/10 for this feature.

I am happy to raise PR if you feel it is a good feature :D

spark0510 commented 3 weeks ago

Thank you for your suggestion! I think it is a really great feature! We're currently sending logs to the S3 Bucket for the cross-platform issues, however, we can consider using AWS Cloudwatch in the future. Thank you again!

renatof commented 3 weeks ago

Hi there @DyfanJones - thank you for your interest! Adding to @spark0510 's comment, I think the key thing that would need to be managed is that any Cloudwatch logs would need to be used a) in addition to S3 (we can't rely exclusively on platform-specific systems), and b) only for the workflow actions that run on Lambda