0

I just created a new AWS kinesis stream and have it set up to receive data I am pulling in a lambda function. Theres is some data in my cloud watch logs that came in before I had my stream set up. Is there a way to get manually send this to kinesis?

Kris
  • 187
  • 1
  • 2
  • 14

1 Answers1

0

There are ways as shown in this answer to export CloudWatch logs as JSON/txt/etc. afterwhich you could design some sort of script to iterate through those logs and put them into your Kinesis stream

Deiv
  • 3,000
  • 2
  • 18
  • 30