Releases: cythral/dotnet-lambda-layer
5.0.300
This updates the layer to .NET SDK 5.0.300
5.0.203
This updates the layer to .NET SDK 5.0.203
5.0.202
Updated .NET to 5.0.202
5.0.201-1
Fixes an issue with the last 5.0.201 layer build.
5.0.201 (Broken)
DO NOT USE THIS VERSION, an error occurred during the build/deployment which resulted in an empty layer. A new version, 5.0.201-1 was created in its place.
5.0.200
The Layer has been bumped to 5.0.200 and is available on the Serverless Application Repository
5.0.103
The layer has been updated for .NET 5.0.103 and is available on the Serverless Application Repository.
5.0.102
The layer has been updated for .NET 5.0.102 and is available on the Serverless Application Repository.
5.0.101
The Layer has been updated to .NET 5.0.101, and has a couple of breaking changes:
- The resulting layer is now called
dotnet
instead ofnet5
- We are now publishing the layer to SAR from a different account. The new link is here.
- Versions published to SAR will coincide with the .NET SDK version (ie 5.0.100, 5.0.101 etc.)
Other changes include:
- The DOTNET_SHARED_STORE environment variable is automatically set to /opt/ so you can put runtime package stores in layers without needing to explicitly set this variable on your Lambda.
v0.1.0
Initial release, includes .NET 5 Runtime binaries + bootstrap file to automatically invoke the assembly provided in your handler scheme (Assembly::Class::Method)