Skip to content

Releases: Kralizek/AWSLambdaSharpTemplate

Version 5.0.0

31 Oct 13:44
6827e02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v5.0.0

Version 4.1.0

19 May 12:06
8a14c67
Compare
Choose a tag to compare
  • Add support for parallel execution (#16)

Thanks @wcrooy

Version 4.0.1

04 May 22:38
662bb12
Compare
Choose a tag to compare

Fixed an issue that prevented objects to be disposed when processing SNS notifications and SQS messages.

Thanks @wcrooy for the fix (#15)

Version 4.0.0

29 Apr 10:09
c576de1
Compare
Choose a tag to compare
  • Libraries now target .NET Core 3.1 instead of .NET Standard 2.0
  • Templates now target .NET Core 3.1
  • Templates now use System.Text.Json instead of Newtonsoft.Json for handling JSON
  • Update to README

Changes introduced by PR #14

Version 3.0.1

06 Sep 11:41
Compare
Choose a tag to compare
Removed environment variables (#12)

Environment variables that are manually set in AWS console resets for every deploy if the aws-lambda-tools-defaults.json file contains environment variables.

Version 3.0.0

17 Feb 23:30
c6ebad9
Compare
Choose a tag to compare
Version 3.0 (#11)

* Updated library code and tests
* Updated templates