State management in serverless functions – connection pooling in AWS Lambda leveraging memoized functions
The problem Setting up a datastore connection is an expensive process. The amount of available connections is often limited and creating a connection costs precious time – and and …