serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

feat: Update `.net` examples to .NET 6 #682

Closed slang25 closed 2 years ago

slang25 commented 2 years ago

Updates the C# and F# AWS Lambda legacy templates to use the .NET 6 managed Lambda runtime.

pgrzesik commented 2 years ago

Hello @slang25 - I'm not an expert but are the old .NET Core apps compatibile with the new .NET6 runtime without any changes?

slang25 commented 2 years ago

Hey @pgrzesik, so .NET Core was rebranded after .NET Core 3.1 to just .NET 5, then .NET 6.

.NET 6 supports C# 10, which is backwards compatible with previous C# versions. You have prompted me though to modernize the C# style 👍

slang25 commented 2 years ago

cc @martincostello