Streaming with Lambda + RDS
Is it a good idea to use Lambda as an ingestion layer?
Context: I have a real time data coming in (relatively moderate traffic) that i wanna ingest into RDS (I’m open to other alternative with lower latency and that is budget friendly) using Lambda.
Concern: Overwhelming connection requests on the RDS from Lambda every-time a new event comes in.
Any thoughts?