Reputation: 31
I am new to AWS, I want to move my aws real time cloudwatch stream logs to Redshift Table.I am thinking like first I want to move my cloudwatch stream logs to lambda funtion from there to Redshift. If you have any idea how to get those cloudwatch logs to lambda function, Please let me know. I dont any idea on it. I went through lot of docs but I didnot find proper lambda function to get stream logs from cloudwatch.
Upvotes: 2
Views: 481
Reputation: 1953
You should add subscription to your CloudWatch logs to a Kinesis/ Firehose. Check -https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/SubscriptionFilters.html
Upvotes: 3