Anybody please help on the below scenario.
I have to create multiple lambda functions as per the requirement, where most of the lambda function having some common behavior like storing objects to S3, Invoking External APIs , Get Configuration keys. I am planning to add reusable class library which i can use for all functions .What is best approach for this
Tried creating class library and added project reference to lambda function project. But want to check is this right approach