Is it possible to use Lambda Layers with references to .dll files? #599
Labels
closed-for-staleness
guidance
Question that needs advice or information.
response-requested
Waiting on additional info and feedback. Will move to close soon in 7 days.
Hi, I would like to create a Layer with custom libraries (.dll). Is it possible?
From my research, I found out that layers for .NET lambda works with NuGet references.
Details:
I want to deploy many Lambda functions that all of them would use the same model/methods that I have implemented in my .dll library. I would like to create a layer with that .dll so I won't need to have this library in every lambda .zip.
I know that I can create NuGet from my library and that way create a layer and have it working but this way each time I would like to upgrade version of my library it will require an update for all of lambda's even when having backward compatibility in .dll. All because of the specific version reference in lambda for NuGet.
If it will be possible to have reference to .dll in the layer then I would be able to update .dll library and then update Lambda's one by one when I would like to.
The text was updated successfully, but these errors were encountered: