Skip to content

Commit 1293472

Browse files
committed
remove CODEOWNERS. Update links and remove target from github only markdown
1 parent f750618 commit 1293472

File tree

9 files changed

+14
-17
lines changed

9 files changed

+14
-17
lines changed

CODEOWNERS

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Powertools for AWS Lambda (.NET) provides three core utilities:
2020

2121
* **[Tracing](https://docs.powertools.aws.dev/lambda-dotnet/core/tracing/)** - provides a simple way to send traces from functions to AWS X-Ray to provide visibility into function calls, interactions with other AWS services, or external HTTP requests. Annotations can easily be added to traces to allow filtering traces based on key information. For example, when using Tracer, a ColdStart annotation is created for you so you can easily group and analyze traces where there was an initialization overhead.
2222

23-
* **[Parameters (developer preview)](https://docs.powertools.aws.dev/lambda-dotnet/utilities/parameters/)** - provides high-level functionality to retrieve one or multiple parameter values from [AWS Systems Manager Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html){target="_blank"}, [AWS Secrets Manager](https://aws.amazon.com/secrets-manager/){target="_blank"}, or [Amazon DynamoDB](https://aws.amazon.com/dynamodb/){target="_blank"}. We also provide extensibility to bring your own providers.
23+
* **[Parameters (developer preview)](https://docs.powertools.aws.dev/lambda-dotnet/utilities/parameters/)** - provides high-level functionality to retrieve one or multiple parameter values from [AWS Systems Manager Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html), [AWS Secrets Manager](https://aws.amazon.com/secrets-manager/), or [Amazon DynamoDB](https://aws.amazon.com/dynamodb/). We also provide extensibility to bring your own providers.
2424

2525
* **[Idempotency (developer preview)](https://docs.powertools.aws.dev/lambda-dotnet/utilities/idempotency/)** - The idempotency utility provides a simple solution to convert your Lambda functions into idempotent operations which are safe to retry.
2626

2727
### Installation
2828

29-
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*){target="_blank"} or from Visual Studio editor by searching `AWS.Lambda.Powertools*` to see various utilities available.
29+
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.
3030

3131
* [AWS.Lambda.Powertools.Logging](https://www.nuget.org/packages?q=AWS.Lambda.Powertools.Logging):
3232

@@ -42,7 +42,7 @@ The Powertools for AWS Lambda (.NET) utilities (.NET 6) are available as NuGet p
4242

4343
* [AWS.Lambda.Powertools.Parameters](https://www.nuget.org/packages?q=AWS.Lambda.Powertools.Parameters):
4444

45-
`dotnet add package AWS.Lambda.Powertools.AWS.Lambda.Powertools.Parameters`
45+
`dotnet add package AWS.Lambda.Powertools.Parameters`
4646

4747
* [AWS.Lambda.Powertools.Idempotency](https://www.nuget.org/packages?q=AWS.Lambda.Powertools.Idempotency):
4848

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ Viola! You now have a SAM application pre-configured with Powertools!
101101

102102
We have provided a few examples that should you how to use the each of the core Powertools for AWS Lambda (.NET) features.
103103

104-
* [Tracing](https://github.com/aws-powertools/aws-lambda-powertools-dotnet/tree/main/examples/Tracing){target="_blank"}
105-
* [Logging](https://github.com/aws-powertools/aws-lambda-powertools-dotnet/tree/main/examples/Logging/){target="_blank"}
106-
* [Metrics](https://github.com/aws-powertools/aws-lambda-powertools-dotnet/tree/main/examples/Metrics/){target="_blank"}
107-
* [Parameters](https://github.com/aws-powertools/aws-lambda-powertools-dotnet/tree/main/examples/Parameters/){target="_blank"}
108-
* [Idempotency](https://github.com/aws-powertools/aws-lambda-powertools-dotnet/tree/main/examples/Idempotency/){target="_blank"}
104+
* [Tracing](https://github.com/aws-powertools/powertools-lambda-dotnet/tree/main/examples/Tracing){target="_blank"}
105+
* [Logging](https://github.com/aws-powertools/powertools-lambda-dotnet/tree/main/examples/Logging/){target="_blank"}
106+
* [Metrics](https://github.com/aws-powertools/powertools-lambda-dotnet/tree/main/examples/Metrics/){target="_blank"}
107+
* [Parameters](https://github.com/aws-powertools/powertools-lambda-dotnet/tree/main/examples/Parameters/){target="_blank"}
108+
* [Idempotency](https://github.com/aws-powertools/powertools-lambda-dotnet/tree/main/examples/Idempotency/){target="_blank"}
109109

110110
## Connect
111111

docs/utilities/idempotency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Idempotency
33
description: Utility
44
---
55
???+ warning
6-
**This utility is currently in developer preview** and is intended strictly for feedback and testing purposes **and not for production workloads**. The version and all future versions tagged with the `-preview` suffix should be treated as not stable. Until this utility is [General Availability](https://github.com/awslabs/aws-lambda-powertools-dotnet/milestone/3) we may introduce significant breaking changes and improvements in response to customers feedback.
6+
**This utility is currently in developer preview** and is intended strictly for feedback and testing purposes **and not for production workloads**. The version and all future versions tagged with the `-preview` suffix should be treated as not stable. Until this utility is [General Availability](https://github.com/aws-powertools/powertools-lambda-dotnet/milestone/3) we may introduce significant breaking changes and improvements in response to customers feedback.
77

88
<!-- markdownlint-disable MD013 -->
99

docs/we_made_this.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Blog posts, tutorials, and videos about Powertools for AWS Lambda c
77

88
This space is dedicated to highlight our awesome community content featuring Powertools for AWS Lambda (.NET) 🙏!
99

10-
!!! info "[Get your content featured here](https://github.com/aws-powertools/aws-lambda-powertools-dotnet/issues/new?assignees=&labels=community-content&template=share_your_work.yml&title=%5BI+Made+This%5D%3A+%3CTITLE%3E){target="_blank"}!"
10+
!!! info "[Get your content featured here](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/new?assignees=&labels=community-content&template=share_your_work.yml&title=%5BI+Made+This%5D%3A+%3CTITLE%3E){target="_blank"}!"
1111

1212
## Connect
1313

libraries/src/AWS.Lambda.Powertools.Common/AWS.Lambda.Powertools.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<LangVersion>default</LangVersion>
1010
<Title>Powertools for AWS Lambda (.NET)</Title>
1111
<Description>Powertools for AWS Lambda (.NET) - Core package.</Description>
12-
<Copyright>Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
12+
<Copyright>Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
1313
<RepositoryUrl>https://github.com/aws-powertools/powertools-lambda-dotnet</RepositoryUrl>
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1515
<PackageTags>AWS;Amazon;Lambda;Powertools</PackageTags>

libraries/src/AWS.Lambda.Powertools.Logging/AWS.Lambda.Powertools.Logging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Company>Amazon.com, Inc</Company>
1010
<Title>Powertools for AWS Lambda (.NET)</Title>
1111
<Description>Powertools for AWS Lambda (.NET) - Logging package.</Description>
12-
<Copyright>Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
12+
<Copyright>Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
1313
<RepositoryUrl>https://github.com/aws-powertools/powertools-lambda-dotnet</RepositoryUrl>
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1515
<PackageTags>AWS;Amazon;Lambda;Powertools</PackageTags>

libraries/src/AWS.Lambda.Powertools.Metrics/AWS.Lambda.Powertools.Metrics.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Company>Amazon.com, Inc</Company>
99
<Title>Powertools for AWS Lambda (.NET)</Title>
1010
<Description>Powertools for AWS Lambda (.NET) - Metrics package.</Description>
11-
<Copyright>Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
11+
<Copyright>Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
1212
<RepositoryUrl>https://github.com/aws-powertools/powertools-lambda-dotnet</RepositoryUrl>
1313
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1414
<PackageTags>AWS;Amazon;Lambda;Powertools</PackageTags>

libraries/src/AWS.Lambda.Powertools.Tracing/AWS.Lambda.Powertools.Tracing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Company>Amazon.com, Inc</Company>
1010
<Title>Powertools for AWS Lambda (.NET)</Title>
1111
<Description>Powertools for AWS Lambda (.NET) - Tracing package.</Description>
12-
<Copyright>Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
12+
<Copyright>Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
1313
<RepositoryUrl>https://github.com/aws-powertools/powertools-lambda-dotnet</RepositoryUrl>
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1515
<PackageTags>AWS;Amazon;Lambda;Powertools</PackageTags>

0 commit comments

Comments
 (0)