3 Answers
- Newest
- Most votes
- Most comments
2
You can use the lambda code just as any other C# code, you can share base classes and references to common functionality, either by directly referencing the projects or by using NuGet packages. If all of your lambda functions are in the same repository extract the common code to classes/functions in a base project and reference that code from your Lambda functions or publish a NuGet package with the common code to be used by your Lmabda functions.
answered 3 years ago
Relevant content
- asked 2 years ago
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
There are specific instructions for deploying C# layers in the documentation.