lumigo-io / lambda-telemetry-shipper

Ship your AWS lambda telemetry anywhere. The no-code style.
Apache License 2.0
6 stars 1 forks source link

SQS Sink #3

Open irvintim opened 1 year ago

irvintim commented 1 year ago

Has anyone done any work to get the logs sent to an SQS queue instead of S3?

saartochner-lumigo commented 1 year ago

Hi, As the main contributor to this repo, I'm welcoming you to add it on your own :-) The process is quite straightforward and involves adding a new file that closely resembles the following one: https://github.com/lumigo-io/lambda-telemetry-shipper/blob/master/src/lambda_telemetry_shipper/export_logs_handlers/s3_handler.py Simple 40 lines of code, with the majority of it being boilerplate, and you're done :)

If you have any questions or need help during the process, feel free to let me know. Thank you, and looking forward to seeing your valuable contribution! :-)