Hi Guys,
I need some help, suggestions
A S3 bucket will be receiving hundreds of CSV files / minute … I want to insert those CSV lines into a SQL database [most likely using RDS] in real time…
I know I can use S3 events and Lambda for that, but I am concerned about the lambda concurrency limits.
The project can grow on global level with even thousands of files coming in / minute … What is the best design for this, which AWS services to use?
The data to be inserted in SQL will be used to do some balance like calculations.
I am looking for reliability and unlimited scalability.
Thank you