newrelic / aws_s3_log_ingestion_lambda

AWS Lambda that sends log data from S3 to New Relic Logging
Apache License 2.0
13 stars 44 forks source link

Enable to monitor more than one S3 bucket #49

Closed ribasdev closed 1 year ago

ribasdev commented 1 year ago

Enable to monitor more than one S3 bucket

Hi everyone, I started using this lambda to get logs from a bucket and it works well. What if I want to monitor others buckets? Should I deploy one instance for each bucket? How about change the code to receive a list of buckets to monitor?

I guess that with this feature this lambda will attend more scenarios and as consequence be more used since it will cause less overhead to setup than deploy one instance per bucket.