Ingest from S3 directly into Timescale Cloud

I wonder if there is a way to ingest from S3 directly into Timescale.
I tried to install the Postgres aws_s3 extension but it doesn’t allow to do it.
I could not find an alternative way to do it other than using a placeholder - what is the suggested path to get this done?
Thanks

Welcome to our forum!

Your best bet is to write a lambda which triggers on s3 bucket PUT and then push the data into Timescale Cloud.

Any chance you could elaborate on the use case a little?