I’m looking for a way to transfer cloudwatch logs to s3 bucket. I found I can use subscription filter in cloudwatch. I see two options.
One is CW -> Kinesis Firehose -> S3.
Other one is CW -> lambda -> S3.
Do you know which one is better? I feel like Kinesis firehose is easier to set up, but is using lambda cheaper?