aws / aws-lambda-dotnet

Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
Apache License 2.0
1.58k stars 477 forks source link

Version bump libraries to pull in SnapStart versions of Core and RuntimeSupport #1877

Closed normj closed 1 week ago

normj commented 1 week ago

Description of changes: Version bump all of the packages that have a dependencies on Amazon.Lambda.Core or Amazon.Lambda.RuntimeSupport. That way Lambda functions taking these packages in will pull in the latest Amazon.Lambda.Core or Amazon.Lambda.RuntimeSupport as transitive dependencies enabling SnapStart behavior.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.