|
3 | 3 | 
|
4 | 4 | [](https://github.com/aws-powertools/powertools-lambda-dotnet/actions/workflows/build.yml)
|
5 | 5 | [](https://app.codecov.io/gh/aws-powertools/powertools-lambda-dotnet)
|
6 |
| -[](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) |
| 6 | +[](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) |
7 | 7 | [](https://www.nuget.org/packages?q=AWS.Lambda.Powertools)
|
8 |
| -[](https://discord.gg/B8zZKbbyET) |
| 8 | +[](https://discord.gg/B8zZKbbyET) |
9 | 9 |
|
10 | 10 | Powertools for AWS Lambda (.NET) is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://docs.powertools.aws.dev/lambda-dotnet/#features).
|
11 | 11 |
|
@@ -33,7 +33,7 @@ Powertools for AWS Lambda (.NET) provides three core utilities:
|
33 | 33 |
|
34 | 34 | ### Installation
|
35 | 35 |
|
36 |
| -The Powertools for AWS Lambda (.NET) utilities (.NET 6) are available as NuGet packages. You can install the packages from [NuGet Gallery](https://www.nuget.org/packages?q=AWS+Lambda+Powertools*) or from Visual Studio editor by searching `AWS.Lambda.Powertools*` to see various utilities available. |
| 36 | +The Powertools for AWS Lambda (.NET) utilities (.NET 6 and .NET 8) are available as NuGet packages. You can install the packages from [NuGet Gallery](https://www.nuget.org/packages?q=AWS+Lambda+Powertools*) or from Visual Studio editor by searching `AWS.Lambda.Powertools*` to see various utilities available. |
37 | 37 |
|
38 | 38 | * [AWS.Lambda.Powertools.Logging](https://www.nuget.org/packages?q=AWS.Lambda.Powertools.Logging):
|
39 | 39 |
|
@@ -61,7 +61,7 @@ The Powertools for AWS Lambda (.NET) utilities (.NET 6) are available as NuGet p
|
61 | 61 |
|
62 | 62 | ## Examples
|
63 | 63 |
|
64 |
| -We have provided examples focused specifically on each of the utilities. Each solution comes with an AWS Serverless Application Model (AWS SAM) templates to run your functions as a Zip package using the AWS Lambda .NET 6 managed runtime; or as a container package using the AWS base images for .NET. |
| 64 | +We have provided examples focused specifically on each of the utilities. Each solution comes with an AWS Serverless Application Model (AWS SAM) templates to run your functions as a Zip package using the AWS Lambda .NET 6 or .NET 8 managed runtime; or as a container package using the AWS base images for .NET. |
65 | 65 |
|
66 | 66 | * **[Logging example](examples/Logging/)**
|
67 | 67 | * **[Metrics example](examples/Metrics/)**
|
|
0 commit comments