The serverless refactoring of nostpy is now successfully parsing new events and inserting into the RDS postgresql instance.
Just need to rework the query function a bit and get working prototype stood up!
I'm building a service that is really better suited for a fargate task but I'm 90% there making it work as a lambda function and very stubborn.
That being said, anyone have any advice for reducing lambda cold start time besides trimming down layers? I have stripped it down to bare bones from the original container deployment.