Earlier quoted context omitted.
Maybe it increases the load time of the lambda? But I’m already using a lambda attached to a VPC using the proxy integration and running either Node/Express or C#/Web API so its not like I’m always using lambda as efficiently and lightweight as possible. So there’s that...
Mm are you using Lambda as a sort of router? The linked project is developed by Amazon and it translates into native Lambda layers. If they did their job with performance (which I trust Amazon devs to do), there should be no difference.
Node/Express:
https://github.com/awslabs/aws-serverless-express
C#/Web API:
https://aws.amazon.com/blogs/developer/deploy-an-existing-as...
Python/Flask: