From 5e2940dccbc92341bee6afab165adc3042b101cd Mon Sep 17 00:00:00 2001 From: Simon Thulbourn Date: Mon, 19 Jun 2023 09:34:02 +0000 Subject: [PATCH 1/4] fix: update references --- .chglog/config.yml | 2 +- .github/CODEOWNERS | 2 +- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/rfc.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/scripts/constants.js | 2 +- .github/workflows/dispatch_analytics.yml | 2 +- .../workflows/reusable_export_pr_details.yml | 6 +- .github/workflows/reusable_publish_docs.yml | 2 +- CHANGELOG.md | 262 +++++++++--------- CODEOWNERS | 2 +- MAINTAINERS.md | 4 +- README.md | 12 +- apidocs/index.md | 2 +- docs/core/metrics.md | 2 +- docs/index.md | 10 +- docs/roadmap.md | 10 +- docs/utilities/parameters.md | 2 +- docs/we_made_this.md | 2 +- .../AWS.Lambda.Powertools.Common.csproj | 2 +- .../AWS.Lambda.Powertools.Idempotency.csproj | 2 +- .../AWS.Lambda.Powertools.Logging.csproj | 2 +- .../AWS.Lambda.Powertools.Logging/README.md | 2 +- .../AWS.Lambda.Powertools.Metrics.csproj | 2 +- .../AWS.Lambda.Powertools.Metrics/README.md | 4 +- .../AWS.Lambda.Powertools.Parameters.csproj | 2 +- .../README.md | 2 +- .../AWS.Lambda.Powertools.Tracing.csproj | 2 +- .../AWS.Lambda.Powertools.Tracing/README.md | 4 +- mkdocs.yml | 2 +- 32 files changed, 180 insertions(+), 180 deletions(-) diff --git a/.chglog/config.yml b/.chglog/config.yml index b35b0e42..81e24282 100644 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -2,7 +2,7 @@ style: github template: CHANGELOG.tpl.md info: title: CHANGELOG - repository_url: https://github.com/aws-powertools/lambda-dotnet + repository_url: https://github.com/aws-powertools/powertools-lambda-dotnet options: commits: filters: diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 013e2290..a0edc3b4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -* @awslabs/aws-lambda-powertools-net +* @aws-powertools/powertools-lambda-net diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1fb1d5e4..03590d1e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,7 +8,7 @@ body: value: | Thank you for submitting a bug report. Please add as much information as possible to help us reproduce, and remove any potential sensitive data. - Please become familiar with [our definition of bug](https://github.com/aws-powertools/lambda-dotnet/blob/develop/MAINTAINERS.md#is-that-a-bug). + Please become familiar with [our definition of bug](https://github.com/aws-powertools/powertools-lambda-dotnet/blob/develop/MAINTAINERS.md#is-that-a-bug). - type: textarea id: expected_behaviour attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 008c00b8..d633f8fd 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Ask a question - url: https://github.com/aws-powertools/lambda-dotnet/discussions/new + url: https://github.com/aws-powertools/powertools-lambda-dotnet/discussions/new about: Ask a general question about Lambda Powertools diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ccb112e2..88e4206e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -38,7 +38,7 @@ body: options: - label: This feature request meets [Powertools for AWS Lambda (.NET) Tenets](https://docs.powertools.aws.dev/lambda-dotnet/tenets) required: true - - label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Python](https://github.com/awslabs/aws-lambda-powertools-python), [Java](https://github.com/awslabs/aws-lambda-powertools-java/), and [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/) + - label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Python](https://github.com/aws-powertools/powertools-lambda-python), [Java](https://github.com/aws-powertools/powertools-lambda-java/), and [TypeScript](https://github.com/aws-powertools/powertools-lambda-typescript/) required: false - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/rfc.yml b/.github/ISSUE_TEMPLATE/rfc.yml index f8a6682c..6e3abbcf 100644 --- a/.github/ISSUE_TEMPLATE/rfc.yml +++ b/.github/ISSUE_TEMPLATE/rfc.yml @@ -81,7 +81,7 @@ body: options: - label: This feature request meets [Powertools for AWS Lambda (.NET) Tenets](https://docs.powertools.aws.dev/lambda-dotnet/tenets/) required: true - - label: Should this be considered in other Powertools for AWS Lambda (.NET) languages? i.e. [Python](https://github.com/awslabs/aws-lambda-powertools-python), [Java](https://github.com/awslabs/aws-lambda-powertools-java/), and [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/) + - label: Should this be considered in other Powertools for AWS Lambda (.NET) languages? i.e. [Python](https://github.com/aws-powertools/powertools-lambda-python), [Java](https://github.com/aws-powertools/powertools-lambda-java/), and [TypeScript](https://github.com/aws-powertools/powertools-lambda-typescript/) required: false - type: markdown attributes: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 16575241..a8a42451 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,7 +20,7 @@ Please leave checklist items unchecked if they do not apply to your change. * [ ] I have performed a self-review of this change * [ ] Changes have been tested * [ ] Changes are documented -* [ ] PR title follows [conventional commit semantics](https://github.com/aws-powertools/lambda-dotnet/blob/develop/.github/semantic.yml) +* [ ] PR title follows [conventional commit semantics](https://github.com/aws-powertools/powertools-lambda-dotnet/blob/develop/.github/semantic.yml)
diff --git a/.github/scripts/constants.js b/.github/scripts/constants.js index 1a9d5aa5..22f8d645 100644 --- a/.github/scripts/constants.js +++ b/.github/scripts/constants.js @@ -28,7 +28,7 @@ module.exports = Object.freeze({ "LABEL_PENDING_RELEASE": "pending-release", /** @type {string} */ - "HANDLE_MAINTAINERS_TEAM": "@awslabs/aws-lambda-powertools-net", + "HANDLE_MAINTAINERS_TEAM": "@aws-powertools/powertools-lambda-net", /** @type {string[]} */ "IGNORE_AUTHORS": ["dependabot[bot]", "markdownify[bot]"], diff --git a/.github/workflows/dispatch_analytics.yml b/.github/workflows/dispatch_analytics.yml index d4ea3383..f858b569 100644 --- a/.github/workflows/dispatch_analytics.yml +++ b/.github/workflows/dispatch_analytics.yml @@ -23,7 +23,7 @@ permissions: jobs: dispatch_token: - if: github.repository == 'aws-powertools/lambda-dotnet' + if: github.repository == 'aws-powertools/powertools-lambda-dotnet' concurrency: group: analytics runs-on: ubuntu-latest diff --git a/.github/workflows/reusable_export_pr_details.yml b/.github/workflows/reusable_export_pr_details.yml index 0ef5d102..84fc398f 100644 --- a/.github/workflows/reusable_export_pr_details.yml +++ b/.github/workflows/reusable_export_pr_details.yml @@ -7,7 +7,7 @@ on: description: "Record PR workflow execution ID to download PR details" required: true type: number - workflow_origin: # see https://github.com/awslabs/aws-lambda-powertools-python/issues/1349 + workflow_origin: # see https://github.com/aws-powertools/powertools-lambda-python/issues/1349 description: "Repository full name for runner integrity" required: true type: string @@ -38,8 +38,8 @@ on: jobs: export_pr_details: - # see https://github.com/awslabs/aws-lambda-powertools-python/issues/1349 - if: inputs.workflow_origin == 'aws-powertools/lambda-dotnet' + # see https://github.com/aws-powertools/powertools-lambda-python/issues/1349 + if: inputs.workflow_origin == 'aws-powertools/powertools-lambda-dotnet' runs-on: ubuntu-latest env: FILENAME: pr.txt diff --git a/.github/workflows/reusable_publish_docs.yml b/.github/workflows/reusable_publish_docs.yml index 66f5a02a..e4e9521d 100644 --- a/.github/workflows/reusable_publish_docs.yml +++ b/.github/workflows/reusable_publish_docs.yml @@ -2,7 +2,7 @@ name: Reusable publish documentation env: BRANCH: develop - ORIGIN: aws-powertools/lambda-dotnet + ORIGIN: aws-powertools/powertools-lambda-dotnet on: workflow_call: diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c7397d..aafafbc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,19 +23,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## Pull Requests -* Merge pull request [#268](https://github.com/aws-powertools/lambda-dotnet/issues/268) from amirkaws/amirkaws-release-version-1.3.0 -* Merge pull request [#167](https://github.com/aws-powertools/lambda-dotnet/issues/167) from amirkaws/amirkaws-feature-parameters -* Merge pull request [#1](https://github.com/aws-powertools/lambda-dotnet/issues/1) from sliedig/amirkaws-feature-parameters -* Merge pull request [#264](https://github.com/aws-powertools/lambda-dotnet/issues/264) from awslabs/chore(ci)-skip-analytics-on-forks -* Merge pull request [#262](https://github.com/aws-powertools/lambda-dotnet/issues/262) from awslabs/chorebump-version-1.2.0-release +* Merge pull request [#268](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/268) from amirkaws/amirkaws-release-version-1.3.0 +* Merge pull request [#167](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/167) from amirkaws/amirkaws-feature-parameters +* Merge pull request [#1](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/1) from sliedig/amirkaws-feature-parameters +* Merge pull request [#264](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/264) from awslabs/chore(ci)-skip-analytics-on-forks +* Merge pull request [#262](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/262) from awslabs/chorebump-version-1.2.0-release ## [1.2.0] - 2023-05-05 ## Pull Requests -* Merge pull request [#258](https://github.com/aws-powertools/lambda-dotnet/issues/258) from amirkaws/amirkaws-release-version-1.2.0 -* Merge pull request [#226](https://github.com/aws-powertools/lambda-dotnet/issues/226) from hjgraca/feat_support_high_resolution_metrics +* Merge pull request [#258](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/258) from amirkaws/amirkaws-release-version-1.2.0 +* Merge pull request [#226](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/226) from hjgraca/feat_support_high_resolution_metrics @@ -48,24 +48,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## Pull Requests -* Merge pull request [#255](https://github.com/aws-powertools/lambda-dotnet/issues/255) from awslabs/fix-remove-real-env-tests -* Merge pull request [#253](https://github.com/aws-powertools/lambda-dotnet/issues/253) from amirkaws/amirkaws-release-v1.1.0 -* Merge pull request [#246](https://github.com/aws-powertools/lambda-dotnet/issues/246) from hjgraca/feat_set-execution-context -* Merge pull request [#251](https://github.com/aws-powertools/lambda-dotnet/issues/251) from leandrodamascena/issues-templates/python -* Merge pull request [#241](https://github.com/aws-powertools/lambda-dotnet/issues/241) from awslabs/update-changelog-4691350388 -* Merge pull request [#237](https://github.com/aws-powertools/lambda-dotnet/issues/237) from hjgraca/changelog-update-pipeline -* Merge pull request [#235](https://github.com/aws-powertools/lambda-dotnet/issues/235) from amirkaws/amirkaws-update-examples-nuget-references-release-v1.0.1 +* Merge pull request [#255](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/255) from awslabs/fix-remove-real-env-tests +* Merge pull request [#253](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/253) from amirkaws/amirkaws-release-v1.1.0 +* Merge pull request [#246](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/246) from hjgraca/feat_set-execution-context +* Merge pull request [#251](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/251) from leandrodamascena/issues-templates/python +* Merge pull request [#241](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/241) from awslabs/update-changelog-4691350388 +* Merge pull request [#237](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/237) from hjgraca/changelog-update-pipeline +* Merge pull request [#235](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/235) from amirkaws/amirkaws-update-examples-nuget-references-release-v1.0.1 ## [v1.0.1] - 2023-04-06 ## Pull Requests -* Merge pull request [#232](https://github.com/aws-powertools/lambda-dotnet/issues/232) from amirkaws/amirkaws-release-v1.0.1 -* Merge pull request [#227](https://github.com/aws-powertools/lambda-dotnet/issues/227) from hjgraca/chore_fix_changelog_build -* Merge pull request [#225](https://github.com/aws-powertools/lambda-dotnet/issues/225) from srcsakthivel/develop -* Merge pull request [#223](https://github.com/aws-powertools/lambda-dotnet/issues/223) from hjgraca/fix_tracing_on_exception_thrown -* Merge pull request [#218](https://github.com/aws-powertools/lambda-dotnet/issues/218) from amirkaws/amirkaws-update-examples-nuget-references-release +* Merge pull request [#232](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/232) from amirkaws/amirkaws-release-v1.0.1 +* Merge pull request [#227](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/227) from hjgraca/chore_fix_changelog_build +* Merge pull request [#225](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/225) from srcsakthivel/develop +* Merge pull request [#223](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/223) from hjgraca/fix_tracing_on_exception_thrown +* Merge pull request [#218](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/218) from amirkaws/amirkaws-update-examples-nuget-references-release @@ -80,7 +80,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## Maintenance -* **ci:** api docs build update ([#188](https://github.com/aws-powertools/lambda-dotnet/issues/188)) +* **ci:** api docs build update ([#188](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/188)) * **ci:** changing trigger to run manually * **ci:** updated api docs implementation * **ci:** updated bug report template @@ -89,21 +89,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## Pull Requests -* Merge pull request [#215](https://github.com/aws-powertools/lambda-dotnet/issues/215) from amirkaws/amirkaws-release-v1.0.0 -* Merge pull request [#208](https://github.com/aws-powertools/lambda-dotnet/issues/208) from amirkaws/amirkaws-cold-start-capture-warning-bug-fix -* Merge pull request [#210](https://github.com/aws-powertools/lambda-dotnet/issues/210) from awslabs/powertools-definition-update -* Merge pull request [#209](https://github.com/aws-powertools/lambda-dotnet/issues/209) from amirkaws/amirkaws-metrics-timestamp-fix -* Merge pull request [#199](https://github.com/aws-powertools/lambda-dotnet/issues/199) from awslabs/sliedig-ci-reviewers -* Merge pull request [#193](https://github.com/aws-powertools/lambda-dotnet/issues/193) from hjgraca/maintenance-new-issue-template -* Merge pull request [#202](https://github.com/aws-powertools/lambda-dotnet/issues/202) from hjgraca/fix-test-json-escaping -* Merge pull request [#195](https://github.com/aws-powertools/lambda-dotnet/issues/195) from hjgraca/update-dotnet-sdk-6.0.405 -* Merge pull request [#194](https://github.com/aws-powertools/lambda-dotnet/issues/194) from hjgraca/patch-1 -* Merge pull request [#192](https://github.com/aws-powertools/lambda-dotnet/issues/192) from hjgraca/fix-incorrect-crefs -* Merge pull request [#189](https://github.com/aws-powertools/lambda-dotnet/issues/189) from sliedig/develop -* Merge pull request [#185](https://github.com/aws-powertools/lambda-dotnet/issues/185) from amirkaws/amirkaws-update-examples-nuget-references -* Merge pull request [#183](https://github.com/aws-powertools/lambda-dotnet/issues/183) from awslabs/develop -* Merge pull request [#150](https://github.com/aws-powertools/lambda-dotnet/issues/150) from awslabs/develop -* Merge pull request [#140](https://github.com/aws-powertools/lambda-dotnet/issues/140) from awslabs/develop +* Merge pull request [#215](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/215) from amirkaws/amirkaws-release-v1.0.0 +* Merge pull request [#208](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/208) from amirkaws/amirkaws-cold-start-capture-warning-bug-fix +* Merge pull request [#210](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/210) from awslabs/powertools-definition-update +* Merge pull request [#209](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/209) from amirkaws/amirkaws-metrics-timestamp-fix +* Merge pull request [#199](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/199) from awslabs/sliedig-ci-reviewers +* Merge pull request [#193](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/193) from hjgraca/maintenance-new-issue-template +* Merge pull request [#202](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/202) from hjgraca/fix-test-json-escaping +* Merge pull request [#195](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/195) from hjgraca/update-dotnet-sdk-6.0.405 +* Merge pull request [#194](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/194) from hjgraca/patch-1 +* Merge pull request [#192](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/192) from hjgraca/fix-incorrect-crefs +* Merge pull request [#189](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/189) from sliedig/develop +* Merge pull request [#185](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/185) from amirkaws/amirkaws-update-examples-nuget-references +* Merge pull request [#183](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/183) from awslabs/develop +* Merge pull request [#150](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/150) from awslabs/develop +* Merge pull request [#140](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/140) from awslabs/develop @@ -119,30 +119,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## Features -* **ci:** codeql static code analysis ([#148](https://github.com/aws-powertools/lambda-dotnet/issues/148)) +* **ci:** codeql static code analysis ([#148](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/148)) ## Maintenance * updated setup-dotnet[@v1](https://github.com/v1) to [@v3](https://github.com/v3) -* updated packages ([#172](https://github.com/aws-powertools/lambda-dotnet/issues/172)) +* updated packages ([#172](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/172)) * **ci:** bumped version * **ci:** minor updates, licensing * **deps:** bump gitpython from 3.1.29 to 3.1.30 -* **docs:** updated documentation ([#175](https://github.com/aws-powertools/lambda-dotnet/issues/175)) +* **docs:** updated documentation ([#175](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/175)) * **docs:** add discord invitation link ## Pull Requests -* Merge pull request [#182](https://github.com/aws-powertools/lambda-dotnet/issues/182) from sliedig/develop -* Merge pull request [#181](https://github.com/aws-powertools/lambda-dotnet/issues/181) from awslabs/dependabot/pip/gitpython-3.1.30 -* Merge pull request [#179](https://github.com/aws-powertools/lambda-dotnet/issues/179) from sliedig/sliedig-ci -* Merge pull request [#174](https://github.com/aws-powertools/lambda-dotnet/issues/174) from sliedig/sliedig-ci -* Merge pull request [#173](https://github.com/aws-powertools/lambda-dotnet/issues/173) from sliedig/sliedig-samples -* Merge pull request [#157](https://github.com/aws-powertools/lambda-dotnet/issues/157) from kenfdev/fix-readme-title-typo -* Merge pull request [#170](https://github.com/aws-powertools/lambda-dotnet/issues/170) from nCubed/develop -* Merge pull request [#152](https://github.com/aws-powertools/lambda-dotnet/issues/152) from amirkaws/amirkaws-custom-exception-json-converter -* Merge pull request [#155](https://github.com/aws-powertools/lambda-dotnet/issues/155) from sthuber90/add-discord-link-154 -* Merge pull request [#147](https://github.com/aws-powertools/lambda-dotnet/issues/147) from amirkaws/amirkaws-fix-doc-links +* Merge pull request [#182](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/182) from sliedig/develop +* Merge pull request [#181](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/181) from awslabs/dependabot/pip/gitpython-3.1.30 +* Merge pull request [#179](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/179) from sliedig/sliedig-ci +* Merge pull request [#174](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/174) from sliedig/sliedig-ci +* Merge pull request [#173](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/173) from sliedig/sliedig-samples +* Merge pull request [#157](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/157) from kenfdev/fix-readme-title-typo +* Merge pull request [#170](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/170) from nCubed/develop +* Merge pull request [#152](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/152) from amirkaws/amirkaws-custom-exception-json-converter +* Merge pull request [#155](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/155) from sthuber90/add-discord-link-154 +* Merge pull request [#147](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/147) from amirkaws/amirkaws-fix-doc-links @@ -156,7 +156,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * skip duplicate nuget packages publish * added missing runtimes * updated Logging template description -* updated documentation and doc generation ([#96](https://github.com/aws-powertools/lambda-dotnet/issues/96)) +* updated documentation and doc generation ([#96](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/96)) * removed optional doc file paths * explicitly adding doc files for build configurations * resolving dependecy alert CVE-2020-8116 @@ -178,27 +178,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * fixed nav for roadmap * updated link to feature request; added roadmap -* library readme updates and minor updates ([#117](https://github.com/aws-powertools/lambda-dotnet/issues/117)) -* spell check with US-English dictionary ([#115](https://github.com/aws-powertools/lambda-dotnet/issues/115)) -* docs review ([#112](https://github.com/aws-powertools/lambda-dotnet/issues/112)) -* Reviewing documentation ([#68](https://github.com/aws-powertools/lambda-dotnet/issues/68)) -* adding auto-generated API Reference to docs ([#87](https://github.com/aws-powertools/lambda-dotnet/issues/87)) -* alternative brew installation ([#86](https://github.com/aws-powertools/lambda-dotnet/issues/86)) -* homebrew installation ([#85](https://github.com/aws-powertools/lambda-dotnet/issues/85)) -* merging api generation tasks ([#84](https://github.com/aws-powertools/lambda-dotnet/issues/84)) -* fixing docfx path ([#83](https://github.com/aws-powertools/lambda-dotnet/issues/83)) -* fix docfx path ([#82](https://github.com/aws-powertools/lambda-dotnet/issues/82)) -* fix api docs generator installation ([#81](https://github.com/aws-powertools/lambda-dotnet/issues/81)) -* update github actions to publish api docs ([#80](https://github.com/aws-powertools/lambda-dotnet/issues/80)) -* API docs generation ([#79](https://github.com/aws-powertools/lambda-dotnet/issues/79)) +* library readme updates and minor updates ([#117](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/117)) +* spell check with US-English dictionary ([#115](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/115)) +* docs review ([#112](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/112)) +* Reviewing documentation ([#68](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/68)) +* adding auto-generated API Reference to docs ([#87](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/87)) +* alternative brew installation ([#86](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/86)) +* homebrew installation ([#85](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/85)) +* merging api generation tasks ([#84](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/84)) +* fixing docfx path ([#83](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/83)) +* fix docfx path ([#82](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/82)) +* fix api docs generator installation ([#81](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/81)) +* update github actions to publish api docs ([#80](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/80)) +* API docs generation ([#79](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/79)) ## Features * added security.md * updated record_pr action -* PR Labeler GitHub actions ([#119](https://github.com/aws-powertools/lambda-dotnet/issues/119)) -* Logger output case attributes docs and unit testing ([#100](https://github.com/aws-powertools/lambda-dotnet/issues/100)) -* add extra fields to the logger methods ([#98](https://github.com/aws-powertools/lambda-dotnet/issues/98)) +* PR Labeler GitHub actions ([#119](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/119)) +* Logger output case attributes docs and unit testing ([#100](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/100)) +* add extra fields to the logger methods ([#98](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/98)) * updated examples to include managed runtime configuration as well as docker. Made updates to Tracing implementation * added Tracing example * added init Metrics sample @@ -226,7 +226,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * added customer 404 page * removing unecessary buildtools * update pr template -* updating type documentation and file headers ([#56](https://github.com/aws-powertools/lambda-dotnet/issues/56)) +* updating type documentation and file headers ([#56](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/56)) * moved solution file into libraries. Need a separate solution for examples * added docs * added gitignore and updated licence @@ -238,8 +238,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * removed unnecessary pr labeling * updated PR labeling path * updated list of assignees -* updated docker builds to use Amazon.Lambda.Tools ([#118](https://github.com/aws-powertools/lambda-dotnet/issues/118)) -* bumped .net version in global to 6.0.301 ([#120](https://github.com/aws-powertools/lambda-dotnet/issues/120)) +* updated docker builds to use Amazon.Lambda.Tools ([#118](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/118)) +* bumped .net version in global to 6.0.301 ([#120](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/120)) * bumped .net version in global to 6.0.301 * adding missed copyright info * added copyright to examples @@ -248,7 +248,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * **ci:** add on_merge_pr workflow to notify releases * **ci:** lockdown untrusted workflows to sha * **ci:** add missing scripts -* **ci:** updated bug report template ([#144](https://github.com/aws-powertools/lambda-dotnet/issues/144)) +* **ci:** updated bug report template ([#144](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/144)) * **ci:** add workflow to detect missing related issue * **ci:** enable concurrency group for docs workflow * **ci:** upudated wording in PR template checklist @@ -269,70 +269,70 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * **deps:** bump underscore from 1.12.0 to 1.13.1 in /docs * **deps:** bump url-parse from 1.4.7 to 1.5.1 in /docs * **deps:** bump prismjs from 1.20.0 to 1.21.0 in /docs -* **deps:** updates sample deps ([#142](https://github.com/aws-powertools/lambda-dotnet/issues/142)) -* **deps:** bump mkdocs from 1.2.2 to 1.2.3 ([#29](https://github.com/aws-powertools/lambda-dotnet/issues/29)) +* **deps:** updates sample deps ([#142](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/142)) +* **deps:** bump mkdocs from 1.2.2 to 1.2.3 ([#29](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/29)) * **governance:** render debug logs with csharp syntax * **governance:** typo in pending release label name ## Pull Requests -* Merge pull request [#139](https://github.com/aws-powertools/lambda-dotnet/issues/139) from awslabs/amirkaws-resolve-conflicts-2 -* Merge pull request [#135](https://github.com/aws-powertools/lambda-dotnet/issues/135) from awslabs/amirkaws-update-versions -* Merge pull request [#134](https://github.com/aws-powertools/lambda-dotnet/issues/134) from heitorlessa/chore/lockdown-gh-pages-workflow -* Merge pull request [#132](https://github.com/aws-powertools/lambda-dotnet/issues/132) from heitorlessa/chore/github-concurrency-docs -* Merge pull request [#130](https://github.com/aws-powertools/lambda-dotnet/issues/130) from heitorlessa/chore/enforce-github-actions-sha -* Merge pull request [#128](https://github.com/aws-powertools/lambda-dotnet/issues/128) from sliedig/sliedig-ci -* Merge pull request [#127](https://github.com/aws-powertools/lambda-dotnet/issues/127) from sliedig/sliedig-ci -* Merge pull request [#126](https://github.com/aws-powertools/lambda-dotnet/issues/126) from sliedig/develop -* Merge pull request [#123](https://github.com/aws-powertools/lambda-dotnet/issues/123) from sliedig/develop -* Merge pull request [#1](https://github.com/aws-powertools/lambda-dotnet/issues/1) from sliedig/sliedig/develop -* Merge pull request [#121](https://github.com/aws-powertools/lambda-dotnet/issues/121) from awslabs/amirkaws-update-versions -* Merge pull request [#116](https://github.com/aws-powertools/lambda-dotnet/issues/116) from awslabs/amirkaws/add-di-support-for-logging -* Merge pull request [#113](https://github.com/aws-powertools/lambda-dotnet/issues/113) from awslabs/amirkaws/update-doc-1 -* Merge pull request [#111](https://github.com/aws-powertools/lambda-dotnet/issues/111) from awslabs/amirkaws/add-env-vars-docs -* Merge pull request [#102](https://github.com/aws-powertools/lambda-dotnet/issues/102) from sliedig/sliedig/examples -* Merge pull request [#103](https://github.com/aws-powertools/lambda-dotnet/issues/103) from awslabs/amirkaws/fix-example-issues -* Merge pull request [#97](https://github.com/aws-powertools/lambda-dotnet/issues/97) from sliedig/sliedig/examples -* Merge pull request [#95](https://github.com/aws-powertools/lambda-dotnet/issues/95) from awslabs/pr/91 -* Merge pull request [#90](https://github.com/aws-powertools/lambda-dotnet/issues/90) from sliedig/develop -* Merge pull request [#89](https://github.com/aws-powertools/lambda-dotnet/issues/89) from awslabs/api-docs-template -* Merge pull request [#74](https://github.com/aws-powertools/lambda-dotnet/issues/74) from awslabs/amirkaws/disable-tracing-outside-lambda-env -* Merge pull request [#66](https://github.com/aws-powertools/lambda-dotnet/issues/66) from sliedig/develop -* Merge pull request [#59](https://github.com/aws-powertools/lambda-dotnet/issues/59) from sliedig/develop -* Merge pull request [#58](https://github.com/aws-powertools/lambda-dotnet/issues/58) from sliedig/sliedig/nuget -* Merge pull request [#32](https://github.com/aws-powertools/lambda-dotnet/issues/32) from awslabs/amirkaws/metrics-1 -* Merge pull request [#31](https://github.com/aws-powertools/lambda-dotnet/issues/31) from t1agob/develop -* Merge pull request [#2](https://github.com/aws-powertools/lambda-dotnet/issues/2) from awslabs/develop -* Merge pull request [#25](https://github.com/aws-powertools/lambda-dotnet/issues/25) from t1agob/develop -* Merge pull request [#1](https://github.com/aws-powertools/lambda-dotnet/issues/1) from t1agob/sourcegenerators -* Merge pull request [#24](https://github.com/aws-powertools/lambda-dotnet/issues/24) from sliedig/develop -* Merge pull request [#23](https://github.com/aws-powertools/lambda-dotnet/issues/23) from sliedig/develop -* Merge pull request [#22](https://github.com/aws-powertools/lambda-dotnet/issues/22) from sliedig/develop -* Merge pull request [#21](https://github.com/aws-powertools/lambda-dotnet/issues/21) from t1agob/develop -* Merge pull request [#19](https://github.com/aws-powertools/lambda-dotnet/issues/19) from awslabs/dependabot/npm_and_yarn/docs/url-parse-1.5.1 -* Merge pull request [#18](https://github.com/aws-powertools/lambda-dotnet/issues/18) from awslabs/dependabot/npm_and_yarn/docs/hosted-git-info-2.8.9 -* Merge pull request [#17](https://github.com/aws-powertools/lambda-dotnet/issues/17) from awslabs/dependabot/npm_and_yarn/docs/ua-parser-js-0.7.28 -* Merge pull request [#16](https://github.com/aws-powertools/lambda-dotnet/issues/16) from awslabs/dependabot/npm_and_yarn/docs/underscore-1.13.1 -* Merge pull request [#15](https://github.com/aws-powertools/lambda-dotnet/issues/15) from awslabs/dependabot/npm_and_yarn/docs/ssri-6.0.2 -* Merge pull request [#14](https://github.com/aws-powertools/lambda-dotnet/issues/14) from awslabs/dependabot/npm_and_yarn/docs/elliptic-6.5.4 -* Merge pull request [#13](https://github.com/aws-powertools/lambda-dotnet/issues/13) from sliedig/develop -* Merge pull request [#12](https://github.com/aws-powertools/lambda-dotnet/issues/12) from sliedig/develop -* Merge pull request [#11](https://github.com/aws-powertools/lambda-dotnet/issues/11) from awslabs/dependabot/npm_and_yarn/docs/socket.io-2.4.1 -* Merge pull request [#10](https://github.com/aws-powertools/lambda-dotnet/issues/10) from awslabs/dependabot/npm_and_yarn/docs/ini-1.3.8 -* Merge pull request [#9](https://github.com/aws-powertools/lambda-dotnet/issues/9) from awslabs/dependabot/npm_and_yarn/docs/object-path-0.11.5 -* Merge pull request [#7](https://github.com/aws-powertools/lambda-dotnet/issues/7) from t1agob/develop -* Merge pull request [#8](https://github.com/aws-powertools/lambda-dotnet/issues/8) from sliedig/develop -* Merge pull request [#5](https://github.com/aws-powertools/lambda-dotnet/issues/5) from sliedig/develop -* Merge pull request [#4](https://github.com/aws-powertools/lambda-dotnet/issues/4) from sliedig/develop -* Merge pull request [#3](https://github.com/aws-powertools/lambda-dotnet/issues/3) from sliedig/develop -* Merge pull request [#2](https://github.com/aws-powertools/lambda-dotnet/issues/2) from awslabs/dependabot/npm_and_yarn/docs/prismjs-1.21.0 -* Merge pull request [#1](https://github.com/aws-powertools/lambda-dotnet/issues/1) from sliedig/develop - - -[Unreleased]: https://github.com/aws-powertools/lambda-dotnet/compare/1.3.0...HEAD -[1.3.0]: https://github.com/aws-powertools/lambda-dotnet/compare/1.2.0...1.3.0 -[1.2.0]: https://github.com/aws-powertools/lambda-dotnet/compare/1.1.0...1.2.0 -[1.1.0]: https://github.com/aws-powertools/lambda-dotnet/compare/v1.0.1...1.1.0 -[v1.0.1]: https://github.com/aws-powertools/lambda-dotnet/compare/v1.0.0...v1.0.1 -[v1.0.0]: https://github.com/aws-powertools/lambda-dotnet/compare/v0.0.2-preview...v1.0.0 -[v0.0.2-preview]: https://github.com/aws-powertools/lambda-dotnet/compare/v0.0.1-preview.1...v0.0.2-preview +* Merge pull request [#139](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/139) from awslabs/amirkaws-resolve-conflicts-2 +* Merge pull request [#135](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/135) from awslabs/amirkaws-update-versions +* Merge pull request [#134](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/134) from heitorlessa/chore/lockdown-gh-pages-workflow +* Merge pull request [#132](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/132) from heitorlessa/chore/github-concurrency-docs +* Merge pull request [#130](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/130) from heitorlessa/chore/enforce-github-actions-sha +* Merge pull request [#128](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/128) from sliedig/sliedig-ci +* Merge pull request [#127](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/127) from sliedig/sliedig-ci +* Merge pull request [#126](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/126) from sliedig/develop +* Merge pull request [#123](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/123) from sliedig/develop +* Merge pull request [#1](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/1) from sliedig/sliedig/develop +* Merge pull request [#121](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/121) from awslabs/amirkaws-update-versions +* Merge pull request [#116](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/116) from awslabs/amirkaws/add-di-support-for-logging +* Merge pull request [#113](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/113) from awslabs/amirkaws/update-doc-1 +* Merge pull request [#111](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/111) from awslabs/amirkaws/add-env-vars-docs +* Merge pull request [#102](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/102) from sliedig/sliedig/examples +* Merge pull request [#103](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/103) from awslabs/amirkaws/fix-example-issues +* Merge pull request [#97](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/97) from sliedig/sliedig/examples +* Merge pull request [#95](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/95) from awslabs/pr/91 +* Merge pull request [#90](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/90) from sliedig/develop +* Merge pull request [#89](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/89) from awslabs/api-docs-template +* Merge pull request [#74](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/74) from awslabs/amirkaws/disable-tracing-outside-lambda-env +* Merge pull request [#66](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/66) from sliedig/develop +* Merge pull request [#59](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/59) from sliedig/develop +* Merge pull request [#58](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/58) from sliedig/sliedig/nuget +* Merge pull request [#32](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/32) from awslabs/amirkaws/metrics-1 +* Merge pull request [#31](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/31) from t1agob/develop +* Merge pull request [#2](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/2) from awslabs/develop +* Merge pull request [#25](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/25) from t1agob/develop +* Merge pull request [#1](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/1) from t1agob/sourcegenerators +* Merge pull request [#24](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/24) from sliedig/develop +* Merge pull request [#23](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/23) from sliedig/develop +* Merge pull request [#22](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/22) from sliedig/develop +* Merge pull request [#21](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/21) from t1agob/develop +* Merge pull request [#19](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/19) from awslabs/dependabot/npm_and_yarn/docs/url-parse-1.5.1 +* Merge pull request [#18](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/18) from awslabs/dependabot/npm_and_yarn/docs/hosted-git-info-2.8.9 +* Merge pull request [#17](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/17) from awslabs/dependabot/npm_and_yarn/docs/ua-parser-js-0.7.28 +* Merge pull request [#16](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/16) from awslabs/dependabot/npm_and_yarn/docs/underscore-1.13.1 +* Merge pull request [#15](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/15) from awslabs/dependabot/npm_and_yarn/docs/ssri-6.0.2 +* Merge pull request [#14](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/14) from awslabs/dependabot/npm_and_yarn/docs/elliptic-6.5.4 +* Merge pull request [#13](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/13) from sliedig/develop +* Merge pull request [#12](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/12) from sliedig/develop +* Merge pull request [#11](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/11) from awslabs/dependabot/npm_and_yarn/docs/socket.io-2.4.1 +* Merge pull request [#10](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/10) from awslabs/dependabot/npm_and_yarn/docs/ini-1.3.8 +* Merge pull request [#9](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/9) from awslabs/dependabot/npm_and_yarn/docs/object-path-0.11.5 +* Merge pull request [#7](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/7) from t1agob/develop +* Merge pull request [#8](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/8) from sliedig/develop +* Merge pull request [#5](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/5) from sliedig/develop +* Merge pull request [#4](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/4) from sliedig/develop +* Merge pull request [#3](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/3) from sliedig/develop +* Merge pull request [#2](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/2) from awslabs/dependabot/npm_and_yarn/docs/prismjs-1.21.0 +* Merge pull request [#1](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/1) from sliedig/develop + + +[Unreleased]: https://github.com/aws-powertools/powertools-lambda-dotnet/compare/1.3.0...HEAD +[1.3.0]: https://github.com/aws-powertools/powertools-lambda-dotnet/compare/1.2.0...1.3.0 +[1.2.0]: https://github.com/aws-powertools/powertools-lambda-dotnet/compare/1.1.0...1.2.0 +[1.1.0]: https://github.com/aws-powertools/powertools-lambda-dotnet/compare/v1.0.1...1.1.0 +[v1.0.1]: https://github.com/aws-powertools/powertools-lambda-dotnet/compare/v1.0.0...v1.0.1 +[v1.0.0]: https://github.com/aws-powertools/powertools-lambda-dotnet/compare/v0.0.2-preview...v1.0.0 +[v0.0.2-preview]: https://github.com/aws-powertools/powertools-lambda-dotnet/compare/v0.0.1-preview.1...v0.0.2-preview diff --git a/CODEOWNERS b/CODEOWNERS index 013e2290..a0fc1289 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,3 @@ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -* @awslabs/aws-lambda-powertools-net +* @aws-powertools/powertools-lambda-dotnet diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 059467f0..51f5402c 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -107,7 +107,7 @@ Review pull requests regularly, comment, suggest, reject, merge and close. Accep PRs are [labeled](#labels) based on file changes and semantic title. Pay attention to whether labels reflect the current state of the PR and correct accordingly. -Use and enforce [semantic versioning](https://semver.org/) pull request titles, as these will be used for [CHANGELOG](CHANGELOG.md) and [Release notes](https://github.com/aws-powertools/lambda-dotnet/releases) - make sure they communicate their intent at the human level. +Use and enforce [semantic versioning](https://semver.org/) pull request titles, as these will be used for [CHANGELOG](CHANGELOG.md) and [Release notes](https://github.com/aws-powertools/powertools-lambda-dotnet/releases) - make sure they communicate their intent at the human level. > TODO: This is an area we want to automate using the new GitHub GraphQL API. @@ -183,7 +183,7 @@ When in doubt, use `need-more-information` or `need-customer-feedback` labels to ### Crediting contributions -We credit all contributions as part of each [release note](https://github.com/aws-powertools/lambda-dotnet/releases) as an automated process. If you find contributors are missing from the release note you're producing, please add them manually. +We credit all contributions as part of each [release note](https://github.com/aws-powertools/powertools-lambda-dotnet/releases) as an automated process. If you find contributors are missing from the release note you're producing, please add them manually. ### Is that a bug? diff --git a/README.md b/README.md index d4042b56..7f013155 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Powertools for AWS Lambda (.NET) ![aws provider](https://img.shields.io/badge/provider-AWS-orange?logo=amazon-aws&color=ff9900) -[![Build](https://github.com/aws-powertools/lambda-dotnet/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/aws-powertools/lambda-dotnet/actions/workflows/build.yml) +[![Build](https://github.com/aws-powertools/powertools-lambda-dotnet/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/aws-powertools/powertools-lambda-dotnet/actions/workflows/build.yml) [![Join our Discord](https://dcbadge.vercel.app/api/server/B8zZKbbyET)](https://discord.gg/B8zZKbbyET) Powertools is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://docs.powertools.aws.dev/lambda-dotnet/#features). -**[📜 Documentation](https://docs.powertools.aws.dev/lambda-dotnet/)** | **[NuGet](https://www.nuget.org/)** | **[Roadmap](https://github.com/awslabs/aws-lambda-powertools-roadmap/projects/1)** | **[Examples](#examples)** +**[📜 Documentation](https://docs.powertools.aws.dev/lambda-dotnet/)** | **[NuGet](https://www.nuget.org/)** | **[Roadmap](https://github.com/aws-powertools/powertools-lambda-roadmap/projects/1)** | **[Examples](#examples)** > **Join us on the AWS Developers Slack at `#lambda-powertools`** - **[Invite, if you don't have an account](https://join.slack.com/t/awsdevelopers/shared_invite/zt-gu30gquv-EhwIYq3kHhhysaZ2aIX7ew)** @@ -54,9 +54,9 @@ We have provided examples focused specifically on each of the utilities. Each so Not using .NET? No problem, we have you covered. Here are the other members of the Powertools for AWS Lambda family: -* [Powertools for AWS Lambda (Python)](https://github.com/awslabs/aws-lambda-powertools-python) -* [Powertools for AWS Lambda (Java)](https://github.com/awslabs/aws-lambda-powertools-java) -* [Powertools for AWS Lambda (TypeScript)](https://github.com/awslabs/aws-lambda-powertools-typescript) +* [Powertools for AWS Lambda (Python)](https://github.com/aws-powertools/powertools-lambda-python) +* [Powertools for AWS Lambda (Java)](https://github.com/aws-powertools/powertools-lambda-java) +* [Powertools for AWS Lambda (TypeScript)](https://github.com/aws-powertools/powertools-lambda-typescript) ## Credits @@ -67,7 +67,7 @@ Not using .NET? No problem, we have you covered. Here are the other members of t We welcome contributions from developers of all levels to our open-source project on GitHub. If you'd like to contribute, please check our contributing guidelines and help make this project more accessible. -[![Star History Chart](https://api.star-history.com/svg?repos=aws-powertools/lambda-dotnet&type=Date)](https://star-history.com/#aws-powertools/lambda-dotnet&Date) +[![Star History Chart](https://api.star-history.com/svg?repos=aws-powertools/powertools-lambda-dotnet&type=Date)](https://star-history.com/#aws-powertools/powertools-lambda-dotnet&Date) ## Connect diff --git a/apidocs/index.md b/apidocs/index.md index c8c9bc76..d4fc53e3 100644 --- a/apidocs/index.md +++ b/apidocs/index.md @@ -11,4 +11,4 @@ To get started use the `API Documentaion` menu on the navigation bar, or search ## Feedback -If you have any feedback, create a new issue in the *Powertools for AWS Lambda (.NET)* repository on [GitHub](https://github.com/aws-powertools/lambda-dotnet/issues). +If you have any feedback, create a new issue in the *Powertools for AWS Lambda (.NET)* repository on [GitHub](https://github.com/aws-powertools/powertools-lambda-dotnet/issues). diff --git a/docs/core/metrics.md b/docs/core/metrics.md index c6cbbff8..8f1b400c 100644 --- a/docs/core/metrics.md +++ b/docs/core/metrics.md @@ -259,7 +259,7 @@ During metrics validation, if no metrics are provided then a warning will be log * Namespace is set * Metric units must be [supported by CloudWatch](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html) -!!! info "We do not emit 0 as a value for ColdStart metric for cost reasons. [Let us know](https://github.com/aws-powertools/lambda-dotnet/issues/new?assignees=&labels=feature-request%2Ctriage&template=feature_request.yml&title=Feature+request%3A+TITLE) if you'd prefer a flag to override it" +!!! info "We do not emit 0 as a value for ColdStart metric for cost reasons. [Let us know](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/new?assignees=&labels=feature-request%2Ctriage&template=feature_request.yml&title=Feature+request%3A+TITLE) if you'd prefer a flag to override it" #### Raising SchemaValidationException on empty metrics diff --git a/docs/index.md b/docs/index.md index b5499a2b..8a648e76 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,9 +16,9 @@ Powertools for AWS Lambda (.NET) (which from here will be referred as Powertools You can choose to support us in three ways: - 1) [**Become a reference customers**](https://github.com/aws-powertools/lambda-dotnet/issues/new?assignees=&labels=customer-reference&template=support_powertools.yml&title=%5BSupport+Lambda+Powertools%5D%3A+%3Cyour+organization+name%3E). This gives us permission to list your company in our documentation. + 1) [**Become a reference customers**](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/new?assignees=&labels=customer-reference&template=support_powertools.yml&title=%5BSupport+Lambda+Powertools%5D%3A+%3Cyour+organization+name%3E). This gives us permission to list your company in our documentation. - 2) [**Share your work**](https://github.com/aws-powertools/lambda-dotnet/issues/new?assignees=&labels=community-content&template=share_your_work.yml&title=%5BI+Made+This%5D%3A+%3CTITLE%3E). Blog posts, video, sample projects you used Powertools! + 2) [**Share your work**](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). Blog posts, video, sample projects you used Powertools! ## Features @@ -64,9 +64,9 @@ To use the SAM CLI, you need the following tools. We have provided a few examples that should you how to use the each of the core Powertools for AWS Lambda (.NET) features. -* [Tracing](https://github.com/aws-powertools/lambda-dotnet/tree/main/examples/Tracing){target="_blank"} example -* [Logging](https://github.com/aws-powertools/lambda-dotnet/tree/main/examples/Logging/){target="_blank"} example -* [Metrics](https://github.com/aws-powertools/lambda-dotnet/tree/main/examples/Metrics/){target="_blank"} example +* [Tracing](https://github.com/aws-powertools/powertools-lambda-dotnet/tree/main/examples/Tracing){target="_blank"} example +* [Logging](https://github.com/aws-powertools/powertools-lambda-dotnet/tree/main/examples/Logging/){target="_blank"} example +* [Metrics](https://github.com/aws-powertools/powertools-lambda-dotnet/tree/main/examples/Metrics/){target="_blank"} example ## Connect diff --git a/docs/roadmap.md b/docs/roadmap.md index 78a0e4c1..ecc47e37 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -8,11 +8,11 @@ This is our public roadmap that outlines the high level direction we are working !!! info "Operational Excellence is priority number 1." -Themes are key activities maintainers are focusing on, besides bug reports. These are updated periodically and you can get an idea of the overall progress in the [Milestones section](https://github.com/awslabs/aws-lambda-powertools-dotnet/milestones){target="_blank"}. +Themes are key activities maintainers are focusing on, besides bug reports. These are updated periodically and you can get an idea of the overall progress in the [Milestones section](https://github.com/aws-powertools/powertools-lambda-dotnet/milestones){target="_blank"}. ### New utilities -After going GA, we want to start working on new utilities, specifically but not limited to the most commonly asked: **(1)** [Idempotency](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/164), **(2)** [Parameters](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/160) and **(3)** [Batch](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/168). +After going GA, we want to start working on new utilities, specifically but not limited to the most commonly asked: **(1)** [Idempotency](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/164), **(2)** [Parameters](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/160) and **(3)** [Batch](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/168). ### Improve operational excellence @@ -60,14 +60,14 @@ graph LR Our end-to-end mechanism follows four major steps: -* **Feature Request**. Ideas start with a [feature request](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/new?assignees=&labels=feature-request%2Ctriage&projects=&template=feature_request.yml&title=Feature+request%3A+TITLE){target="_blank"} to outline their use case at a high level. For complex use cases, maintainers might ask for/write a RFC. +* **Feature Request**. Ideas start with a [feature request](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/new?assignees=&labels=feature-request%2Ctriage&projects=&template=feature_request.yml&title=Feature+request%3A+TITLE){target="_blank"} to outline their use case at a high level. For complex use cases, maintainers might ask for/write a RFC. * Maintainers review requests based on [project tenets](index.md#tenets){target="_blank"}, customers reaction (👍), and use cases. -* **Request-for-comments (RFC)**. Design proposals use our [RFC issue template](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/new?assignees=&labels=RFC%2Ctriage&projects=&template=rfc.yml&title=RFC%3A+TITLE){target="_blank"} to describe its implementation, challenges, developer experience, dependencies, and alternative solutions. +* **Request-for-comments (RFC)**. Design proposals use our [RFC issue template](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/new?assignees=&labels=RFC%2Ctriage&projects=&template=rfc.yml&title=RFC%3A+TITLE){target="_blank"} to describe its implementation, challenges, developer experience, dependencies, and alternative solutions. * This helps refine the initial idea with community feedback before a decision is made. * **Decision**. After carefully reviewing and discussing them, maintainers make a final decision on whether to start implementation, defer or reject it, and update everyone with the next steps. * **Implementation**. For approved features, maintainers give priority to the original authors for implementation unless it is a sensitive task that is best handled by maintainers. -??? info "See [Maintainers](https://github.com/awslabs/aws-lambda-powertools-dotnet/blob/develop/MAINTAINERS.md) document to understand how we triage issues and pull requests, labels and governance." +??? info "See [Maintainers](https://github.com/aws-powertools/powertools-lambda-dotnet/blob/develop/MAINTAINERS.md) document to understand how we triage issues and pull requests, labels and governance." ## Disclaimer diff --git a/docs/utilities/parameters.md b/docs/utilities/parameters.md index 2ce6a5a3..20689b66 100644 --- a/docs/utilities/parameters.md +++ b/docs/utilities/parameters.md @@ -4,7 +4,7 @@ description: Utility --- ???+ warning - **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/lambda-dotnet/milestone/2) we may introduce significant breaking changes and improvements in response to customers feedback. + **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/2) we may introduce significant breaking changes and improvements in response to customers feedback. The Parameters utility 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. diff --git a/docs/we_made_this.md b/docs/we_made_this.md index b2645244..b879e3ad 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -7,7 +7,7 @@ description: Blog posts, tutorials, and videos about Powertools for AWS Lambda c This space is dedicated to highlight our awesome community content featuring Powertools for AWS Lambda (.NET) 🙏! -!!! info "[Get your content featured here](https://github.com/awslabs/aws-lambda-powertools-python/issues/new?assignees=&labels=community-content&template=share_your_work.yml&title=%5BI+Made+This%5D%3A+%3CTITLE%3E){target="_blank"}!" +!!! info "[Get your content featured here](https://github.com/aws-powertools/powertools-lambda-python/issues/new?assignees=&labels=community-content&template=share_your_work.yml&title=%5BI+Made+This%5D%3A+%3CTITLE%3E){target="_blank"}!" ## Connect diff --git a/libraries/src/AWS.Lambda.Powertools.Common/AWS.Lambda.Powertools.Common.csproj b/libraries/src/AWS.Lambda.Powertools.Common/AWS.Lambda.Powertools.Common.csproj index b299b366..b5f03c89 100644 --- a/libraries/src/AWS.Lambda.Powertools.Common/AWS.Lambda.Powertools.Common.csproj +++ b/libraries/src/AWS.Lambda.Powertools.Common/AWS.Lambda.Powertools.Common.csproj @@ -10,7 +10,7 @@ Powertools for AWS Lambda (.NET) Powertools for AWS Lambda (.NET) - Core package. Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. - https://github.com/aws-powertools/lambda-dotnet + https://github.com/aws-powertools/powertools-lambda-dotnet Apache-2.0 AWS;Amazon;Lambda;Powertools https://sdk-for-net.amazonwebservices.com/images/AWSLogo128x128.png diff --git a/libraries/src/AWS.Lambda.Powertools.Idempotency/AWS.Lambda.Powertools.Idempotency.csproj b/libraries/src/AWS.Lambda.Powertools.Idempotency/AWS.Lambda.Powertools.Idempotency.csproj index 684a6a50..89e1481b 100644 --- a/libraries/src/AWS.Lambda.Powertools.Idempotency/AWS.Lambda.Powertools.Idempotency.csproj +++ b/libraries/src/AWS.Lambda.Powertools.Idempotency/AWS.Lambda.Powertools.Idempotency.csproj @@ -10,7 +10,7 @@ AWS Lambda Powertools for .NET AWS Lambda Powertools for .NET - Idempotency package. Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. - https://github.com/awslabs/aws-lambda-powertools-dotnet + https://github.com/aws-powertools/powertools-lambda-dotnet Apache-2.0 AWS;Amazon;Lambda;Powertools README.md diff --git a/libraries/src/AWS.Lambda.Powertools.Logging/AWS.Lambda.Powertools.Logging.csproj b/libraries/src/AWS.Lambda.Powertools.Logging/AWS.Lambda.Powertools.Logging.csproj index e3925774..6f11dfd0 100644 --- a/libraries/src/AWS.Lambda.Powertools.Logging/AWS.Lambda.Powertools.Logging.csproj +++ b/libraries/src/AWS.Lambda.Powertools.Logging/AWS.Lambda.Powertools.Logging.csproj @@ -10,7 +10,7 @@ Powertools for AWS Lambda (.NET) Powertools for AWS Lambda (.NET) - Logging package. Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. - https://github.com/aws-powertools/lambda-dotnet + https://github.com/aws-powertools/powertools-lambda-dotnet Apache-2.0 AWS;Amazon;Lambda;Powertools README.md diff --git a/libraries/src/AWS.Lambda.Powertools.Logging/README.md b/libraries/src/AWS.Lambda.Powertools.Logging/README.md index 5f3a20a6..c00fcc7a 100644 --- a/libraries/src/AWS.Lambda.Powertools.Logging/README.md +++ b/libraries/src/AWS.Lambda.Powertools.Logging/README.md @@ -13,7 +13,7 @@ The logging utility provides a [AWS Lambda](https://aws.amazon.com/lambda/) opti For a full list of features go to [docs.powertools.aws.dev/lambda-dotnet/core/logging/](docs.powertools.aws.dev/lambda-dotnet/core/logging/) -GitHub: https://github.com/aws-powertools/lambda-dotnet/ +GitHub: https://github.com/aws-powertools/powertools-lambda-dotnet/ ## Sample Function diff --git a/libraries/src/AWS.Lambda.Powertools.Metrics/AWS.Lambda.Powertools.Metrics.csproj b/libraries/src/AWS.Lambda.Powertools.Metrics/AWS.Lambda.Powertools.Metrics.csproj index f5db12fc..f076625f 100644 --- a/libraries/src/AWS.Lambda.Powertools.Metrics/AWS.Lambda.Powertools.Metrics.csproj +++ b/libraries/src/AWS.Lambda.Powertools.Metrics/AWS.Lambda.Powertools.Metrics.csproj @@ -9,7 +9,7 @@ Powertools for AWS Lambda (.NET) Powertools for AWS Lambda (.NET) - Metrics package. Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. - https://github.com/aws-powertools/lambda-dotnet + https://github.com/aws-powertools/powertools-lambda-dotnet Apache-2.0 AWS;Amazon;Lambda;Powertools https://sdk-for-net.amazonwebservices.com/images/AWSLogo128x128.png diff --git a/libraries/src/AWS.Lambda.Powertools.Metrics/README.md b/libraries/src/AWS.Lambda.Powertools.Metrics/README.md index aa6dfb14..906e0a15 100644 --- a/libraries/src/AWS.Lambda.Powertools.Metrics/README.md +++ b/libraries/src/AWS.Lambda.Powertools.Metrics/README.md @@ -15,11 +15,11 @@ These metrics can be visualized through [Amazon CloudWatch Console](https://aws. For a full list of features go to [docs.powertools.aws.dev/lambda-dotnet/core/metrics/](docs.powertools.aws.dev/lambda-dotnet/core/metrics/) -GitHub: https://github.com/aws-powertools/lambda-dotnet/ +GitHub: https://github.com/aws-powertools/powertools-lambda-dotnet/ ## Sample Function -View the full example here: [https://github.com/aws-powertools/lambda-dotnet/tree/develop/examples/Metrics](https://github.com/aws-powertools/lambda-dotnet/tree/develop/examples/Metrics) +View the full example here: [https://github.com/aws-powertools/powertools-lambda-dotnet/tree/develop/examples/Metrics](https://github.com/aws-powertools/powertools-lambda-dotnet/tree/develop/examples/Metrics) ```csharp public class Function diff --git a/libraries/src/AWS.Lambda.Powertools.Parameters/AWS.Lambda.Powertools.Parameters.csproj b/libraries/src/AWS.Lambda.Powertools.Parameters/AWS.Lambda.Powertools.Parameters.csproj index 4ebbf833..2fe35f64 100644 --- a/libraries/src/AWS.Lambda.Powertools.Parameters/AWS.Lambda.Powertools.Parameters.csproj +++ b/libraries/src/AWS.Lambda.Powertools.Parameters/AWS.Lambda.Powertools.Parameters.csproj @@ -12,7 +12,7 @@ Powertools for AWS Lambda (.NET) Powertools for AWS Lambda (.NET) - Parameters package. Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. - https://github.com/aws-powertools/lambda-dotnet + https://github.com/aws-powertools/powertools-lambda-dotnet Apache-2.0 AWS;Amazon;Lambda;Powertools README.md diff --git a/libraries/src/AWS.Lambda.Powertools.Parameters/README.md b/libraries/src/AWS.Lambda.Powertools.Parameters/README.md index 2f446b0b..f2378f61 100644 --- a/libraries/src/AWS.Lambda.Powertools.Parameters/README.md +++ b/libraries/src/AWS.Lambda.Powertools.Parameters/README.md @@ -13,7 +13,7 @@ The Parameters utility provides high-level functionality to retrieve one or mult For a full list of features go to [docs.powertools.aws.dev/lambda-dotnet/utilities/parameters/](docs.powertools.aws.dev/lambda-dotnet/utilities/parameters/) -GitHub: +GitHub: ## Sample Function using AWS Systems Manager Parameter Store diff --git a/libraries/src/AWS.Lambda.Powertools.Tracing/AWS.Lambda.Powertools.Tracing.csproj b/libraries/src/AWS.Lambda.Powertools.Tracing/AWS.Lambda.Powertools.Tracing.csproj index b994a9f1..0c91e429 100644 --- a/libraries/src/AWS.Lambda.Powertools.Tracing/AWS.Lambda.Powertools.Tracing.csproj +++ b/libraries/src/AWS.Lambda.Powertools.Tracing/AWS.Lambda.Powertools.Tracing.csproj @@ -10,7 +10,7 @@ Powertools for AWS Lambda (.NET) Powertools for AWS Lambda (.NET) - Tracing package. Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. - https://github.com/aws-powertools/lambda-dotnet + https://github.com/aws-powertools/powertools-lambda-dotnet Apache-2.0 AWS;Amazon;Lambda;Powertools https://sdk-for-net.amazonwebservices.com/images/AWSLogo128x128.png diff --git a/libraries/src/AWS.Lambda.Powertools.Tracing/README.md b/libraries/src/AWS.Lambda.Powertools.Tracing/README.md index 8265112b..a66ccafc 100644 --- a/libraries/src/AWS.Lambda.Powertools.Tracing/README.md +++ b/libraries/src/AWS.Lambda.Powertools.Tracing/README.md @@ -15,11 +15,11 @@ a provides functionality to reduce the overhead of performing common tracing tas For a full list of features go to [docs.powertools.aws.dev/lambda-dotnet/core/tracing/](docs.powertools.aws.dev/lambda-dotnet/core/tracing/) -**GitHub:** https://github.com/aws-powertools/lambda-dotnet/ +**GitHub:** https://github.com/aws-powertools/powertools-lambda-dotnet/ ## Sample Function -View the full example here: [https://github.com/aws-powertools/lambda-dotnet/tree/develop/examples/Tracing](https://github.com/aws-powertools/lambda-dotnet/tree/develop/examples/Tracing) +View the full example here: [https://github.com/aws-powertools/powertools-lambda-dotnet/tree/develop/examples/Tracing](https://github.com/aws-powertools/powertools-lambda-dotnet/tree/develop/examples/Tracing) ```csharp public class Function diff --git a/mkdocs.yml b/mkdocs.yml index 2af465c4..a496ebee 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: Powertools for AWS Lambda (.NET) site_description: Powertools for AWS Lambda (.NET) site_author: Amazon Web Services -repo_url: https://github.com/aws-powertools/lambda-dotnet +repo_url: https://github.com/aws-powertools/powertools-lambda-dotnet edit_uri: edit/develop/docs nav: From ced0028f22e7c38ff819808a14648b676fab557b Mon Sep 17 00:00:00 2001 From: Simon Thulbourn Date: Mon, 19 Jun 2023 09:34:48 +0000 Subject: [PATCH 2/4] replace docs urls --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 8a648e76..c2a1db66 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ description: Powertools for AWS Lambda (.NET) Powertools for AWS Lambda (.NET) (which from here will be referred as Powertools) is a suite of utilities for [AWS Lambda](https://aws.amazon.com/lambda/) functions to ease adopting best practices such as tracing, structured logging, custom metrics, and more. Please note, **Powertools for AWS Lambda (.NET) is optimized for .NET 6+**. ???+ tip - Powertools is also available for [Python](https://awslabs.github.io/aws-lambda-powertools-python/){target="_blank"}, [Java](https://awslabs.github.io/aws-lambda-powertools-java/){target="_blank"}, and [TypeScript](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/){target="_blank"}. + Powertools is also available for [Python](https://docs.powertools.aws.dev/lambda-python/){target="_blank"}, [Java](https://docs.powertools.aws.dev/lambda-java/){target="_blank"}, and [TypeScript](https://docs.powertools.aws.dev/lambda-typescript/latest/){target="_blank"}. ??? hint "Support this project by becoming a reference customer or sharing your work :heart:" From 86dd8dad170e9ddc20b7cfa0cd18710271447b60 Mon Sep 17 00:00:00 2001 From: Simon Thulbourn Date: Mon, 19 Jun 2023 09:39:25 +0000 Subject: [PATCH 3/4] fix: update team name --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a0edc3b4..a0fc1289 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -* @aws-powertools/powertools-lambda-net +* @aws-powertools/powertools-lambda-dotnet From ba0347b212fbb46aa40cdde3f72dc638defce301 Mon Sep 17 00:00:00 2001 From: Simon Thulbourn Date: Mon, 19 Jun 2023 12:08:33 +0200 Subject: [PATCH 4/4] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a0fc1289..3e95c8a8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -* @aws-powertools/powertools-lambda-dotnet +* @aws-powertools/lambda-dotnet