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
Copy file name to clipboardExpand all lines: docs/core/logging.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,6 @@ The logging utility provides a Lambda optimized logger with output structured as
29
29
30
30
If you're upgrading to v3, please review the [Migration Guide v3](../migration-guide-v3.md) for important breaking changes including .NET 8 requirement and AWS SDK v4 migration.
31
31
32
-
If you're upgrading to v2, please review the [Migration Guide v2](../migration-guide-v2.md/#logging).
33
-
34
-
35
32
## Installation
36
33
37
34
Powertools for AWS Lambda (.NET) are available as NuGet packages. You can install the packages
Copy file name to clipboardExpand all lines: docs/core/metrics.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,6 @@ These metrics can be visualized through [Amazon CloudWatch Console](https://aws.
20
20
21
21
If you're upgrading to v3, please review the [Migration Guide v3](../migration-guide-v3.md) for important breaking changes including .NET 8 requirement and AWS SDK v4 migration.
22
22
23
-
If you're upgrading to v2, please review the [Migration Guide v2](../migration-guide-v2.md/#metrics).
24
-
25
23
## Installation
26
24
27
25
Powertools for AWS Lambda (.NET) are available as NuGet packages. You can install the packages from [NuGet Gallery](https://www.nuget.org/packages?q=AWS+Lambda+Powertools*){target="_blank"} or from Visual Studio editor by searching `AWS.Lambda.Powertools*` to see various utilities available.
0 commit comments