You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWS Serverless Patterns repository currently contains examples using .NET 6, which is no longer the latest Long Term Support (LTS) version supported by AWS Lambda. To ensure we're demonstrating best practices and providing up-to-date code samples, we should upgrade all .NET 6 projects to .NET 8.
Objectives
Identify all .NET 6 projects within the repository
Upgrade each project to .NET 8
Update any dependencies to versions compatible with .NET 8
Test each upgraded project to ensure functionality is maintained
Update documentation to reflect the use of .NET 8
Benefits
Demonstrates use of the latest LTS version of .NET supported by AWS Lambda
Provides users with current best practices for serverless .NET development
Ensures examples leverage the latest performance improvements and features in .NET 8
This upgrade will help maintain the repository's relevance and usefulness for developers working with AWS Lambda and .NET.
The text was updated successfully, but these errors were encountered:
Description
The AWS Serverless Patterns repository currently contains examples using .NET 6, which is no longer the latest Long Term Support (LTS) version supported by AWS Lambda. To ensure we're demonstrating best practices and providing up-to-date code samples, we should upgrade all .NET 6 projects to .NET 8.
Objectives
Benefits
This upgrade will help maintain the repository's relevance and usefulness for developers working with AWS Lambda and .NET.
The text was updated successfully, but these errors were encountered: