Write CSV Data from S3 bucket directly to my InfluxDB Cloud

Hi there everyone,

i have some compressed csv.gz data inside a S3 bucket which continually is getting Data every 5-10 minutes. My present solution is involving a lambda function which is sending my data via a kinesis timestream to my telegraf agent.

My question now would be if there is any way to minimize my number of interfaces, so that i only have a python lambda function which unzips my data and directly sends it to influx.

I would really appreciate, if there are any posts or helpful github repos.
Greetings and have a great week

Wig