Use a C# layer to share code between services
Motivation for this template comes from the fact that the vast majority of examples are written in NodeJS for AWS Lambda Layers.
We will show a simple use case where two lambda functions written in C# will use the same class library deployed as lambda layer.
We leverage the Serverless Framework to handle deploying our IAC.
Almir Zulic is a Senior Serverless Developer at Serverless Guru who specializes in building enterprise serverless applications.