Skip to content

Releases: cythral/dotnet-lambda-layer

5.0.300

27 May 04:32
74a5c61
Compare
Choose a tag to compare

This updates the layer to .NET SDK 5.0.300

5.0.203

12 May 04:14
7d1da8b
Compare
Choose a tag to compare

This updates the layer to .NET SDK 5.0.203

5.0.202

13 Apr 21:48
db5b58a
Compare
Choose a tag to compare

Updated .NET to 5.0.202

5.0.201-1

02 Apr 14:39
261febe
Compare
Choose a tag to compare

Fixes an issue with the last 5.0.201 layer build.

5.0.201 (Broken)

01 Apr 22:23
d566f29
Compare
Choose a tag to compare

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

03 Mar 05:16
827e72d
Compare
Choose a tag to compare

The Layer has been bumped to 5.0.200 and is available on the Serverless Application Repository

5.0.103

10 Feb 14:20
80db3ab
Compare
Choose a tag to compare

The layer has been updated for .NET 5.0.103 and is available on the Serverless Application Repository.

5.0.102

13 Jan 23:50
Compare
Choose a tag to compare

The layer has been updated for .NET 5.0.102 and is available on the Serverless Application Repository.

5.0.101

01 Jan 21:23
0bb9a57
Compare
Choose a tag to compare

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 of net5
  • 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

10 Nov 20:47
f3348c8
Compare
Choose a tag to compare

Initial release, includes .NET 5 Runtime binaries + bootstrap file to automatically invoke the assembly provided in your handler scheme (Assembly::Class::Method)