By using AWS re:Post, you agree to the AWS re:Post Terms of Use

AWS Node js SDK available for Athena Iceberg table

0

Hi, We are trying to insert/update/delete the data from Athena Iceberg table using AWS Lambda written in node js. Is there any SDK available for this, if not do we have to use AWS Firehose Stream to update the data as Lambda-->Directput-->Firehose-->Apache Iceberg Table. Please confirm.

Thanks Raj

asked 11 days ago33 views
1 Answer
4

Hello,

I’m not an expert on this, but you’re right - there’s no SDK available for DML operations on Iceberg tables. You can use tools like Apache Spark or AWS Glue for these tasks, and honestly, your solution with Lambda seems like a solid approach!

Here’s some documentation I found that might help

Hope this helps 😊

profile pictureAWS
answered 11 days ago
profile picture
EXPERT
reviewed 11 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions