aws-samples / aws-lambda-extensions

A collection of sample extensions to help you get started with AWS Lambda Extensions
MIT No Attribution
445 stars 146 forks source link

Lambda Extension to send logs directly to Kinesis Data Streams #58

Closed ravinaik1312 closed 2 years ago

ravinaik1312 commented 2 years ago

Lambda extension to send logs directly to Kinesis Data Streams in order to facilitate centralized logging. The logs should only be streamed to the Kinesis Data Streams service rather than sending it to CloudWatch and creating a subscription around this.

julianwood commented 2 years ago

Merged: https://github.com/aws-samples/aws-lambda-extensions/pull/59