Creating a serverless project on AWS using Lambda, API Gateway and RDS can be simple at first but as your project progresses, management of code, libraries, deployment and testing can become tedious. For example, say you have multiple lambda functions each sharing libraries and helper code. How could we manage…