Skip to content

Commit c6fb0b4

Browse files
docs(project): rename project to Powertools for AWS Lambda (Python) (#2313)
Co-authored-by: Leandro Damascena <[email protected]>
1 parent f00eeab commit c6fb0b4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+184
-182
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body:
4848
- type: input
4949
id: version
5050
attributes:
51-
label: AWS Lambda Powertools for Python version
51+
label: Powertools for AWS Lambda (Python) version
5252
placeholder: "latest, 1.25.6"
5353
value: latest
5454
validations:

.github/ISSUE_TEMPLATE/feature_request.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Feature request
2-
description: Suggest an idea for Lambda Powertools
2+
description: Suggest an idea for Powertools for AWS Lambda (Python)
33
title: "Feature request: TITLE"
44
labels: ["feature-request", "triage"]
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thank you for taking the time to suggest an idea to the Lambda Powertools project.
9+
Thank you for taking the time to suggest an idea to the Powertools for AWS Lambda (Python) project.
1010
1111
*Future readers*: Please react with 👍 and your use case to help us understand customer demand.
1212
- type: textarea
@@ -36,9 +36,9 @@ body:
3636
attributes:
3737
label: Acknowledgment
3838
options:
39-
- label: This feature request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
39+
- label: This feature request meets [Powertools for AWS Lambda (Python) Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
4040
required: true
41-
- label: Should this be considered in other Lambda Powertools languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
41+
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
4242
required: false
4343
- type: markdown
4444
attributes:

.github/ISSUE_TEMPLATE/maintenance.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ body:
5353
attributes:
5454
label: Acknowledgment
5555
options:
56-
- label: This request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
56+
- label: This request meets [Powertools for AWS Lambda (Python) Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
5757
required: true
58-
- label: Should this be considered in other Lambda Powertools languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
58+
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
5959
required: false
6060
- type: markdown
6161
attributes:

.github/ISSUE_TEMPLATE/rfc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
- type: dropdown
1616
id: area
1717
attributes:
18-
label: Which AWS Lambda Powertools utility does this relate to?
18+
label: Which Powertools for AWS Lambda (Python) utility does this relate to?
1919
options:
2020
- Tracer
2121
- Logger
@@ -91,9 +91,9 @@ body:
9191
attributes:
9292
label: Acknowledgment
9393
options:
94-
- label: This feature request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
94+
- label: This feature request meets [Powertools for AWS Lambda (Python) Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
9595
required: true
96-
- label: Should this be considered in other Lambda Powertools languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
96+
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
9797
required: false
9898
- type: markdown
9999
attributes:

.github/ISSUE_TEMPLATE/share_your_work.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: I Made This (showcase your work)
2-
description: Share what you did with Powertools 💞💞. Blog post, workshops, presentation, sample apps, etc.
2+
description: Share what you did with Powertools for AWS Lambda (Python) 💞💞. Blog post, workshops, presentation, sample apps, etc.
33
title: "[I Made This]: <TITLE>"
44
labels: ["community-content"]
55
body:
@@ -13,7 +13,7 @@ body:
1313
description: |
1414
Please share the original link to your material.
1515
16-
*Note: Short links will be expanded when added to Powertools documentation*
16+
*Note: Short links will be expanded when added to Powertools for AWS Lambda (Python) documentation*
1717
validations:
1818
required: true
1919
- type: textarea
@@ -44,13 +44,13 @@ body:
4444
description: |
4545
Any notes you might want to share with us related to this material.
4646
47-
*Note: These notes are explicitly to Powertools maintainers. It will not be added to the community resources page.*
47+
*Note: These notes are explicitly to Powertools for AWS Lambda (Python) maintainers. It will not be added to the community resources page.*
4848
validations:
4949
required: false
5050
- type: checkboxes
5151
id: acknowledgment
5252
attributes:
5353
label: Acknowledgment
5454
options:
55-
- label: I understand this content may be removed from Powertools documentation if it doesn't conform with the [Code of Conduct](https://aws.github.io/code-of-conduct)
55+
- label: I understand this content may be removed from Powertools for AWS Lambda (Python) documentation if it doesn't conform with the [Code of Conduct](https://aws.github.io/code-of-conduct)
5656
required: true

.github/ISSUE_TEMPLATE/static_typing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ body:
3434
- type: input
3535
id: version
3636
attributes:
37-
label: AWS Lambda Powertools for Python version
37+
label: Powertools for AWS Lambda (Python) version
3838
placeholder: "latest, 1.25.6"
3939
value: latest
4040
validations:

.github/ISSUE_TEMPLATE/support_powertools.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: Support Lambda Powertools (become a reference)
2-
description: Add your organization's name or logo to the Lambda Powertools documentation
3-
title: "[Support Lambda Powertools]: <your organization name>"
1+
name: Support Powertools for AWS Lambda (Python) (become a reference)
2+
description: Add your organization's name or logo to the Powertools for AWS Lambda (Python) documentation
3+
title: "[Support Powertools for AWS Lambda (Python)]: <your organization name>"
44
labels: ["customer-reference"]
55
body:
66
- type: markdown
@@ -42,13 +42,13 @@ body:
4242
id: use_case
4343
attributes:
4444
label: (Optional) Use case
45-
description: How are you using Lambda Powertools today? *features, etc.*
45+
description: How are you using Powertools for AWS Lambda (Python) today? *features, etc.*
4646
validations:
4747
required: false
4848
- type: checkboxes
4949
id: other_languages
5050
attributes:
51-
label: Also using other Lambda Powertools languages?
51+
label: Also using other Powertools for AWS Lambda languages?
5252
options:
5353
- label: Java
5454
required: false
@@ -59,6 +59,6 @@ body:
5959
- type: markdown
6060
attributes:
6161
value: |
62-
*By raising a Support Lambda Powertools issue, you are granting AWS permission to use your company's name (and/or logo) for the limited purpose described here. You are also confirming that you have authority to grant such permission.*
62+
*By raising a Support Powertools for AWS Lambda (Python) issue, you are granting AWS permission to use your company's name (and/or logo) for the limited purpose described here. You are also confirming that you have authority to grant such permission.*
6363
6464
*You can opt-out at any time by commenting or reopening this issue.*

.github/ISSUE_TEMPLATE/tech_debt.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ body:
5050
attributes:
5151
label: Acknowledgment
5252
options:
53-
- label: This request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
53+
- label: This request meets [Powertools for AWS Lambda (Python) Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
5454
required: true
55-
- label: Should this be considered in other Lambda Powertools languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
55+
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
5656
required: false
5757
- type: markdown
5858
attributes:

.github/actions/create-pr/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Create a PR and a temporary branch, close duplicates"
33

44
# PROCESS
55
#
6-
# 1. Setup git client using Powertools bot username
6+
# 1. Setup git client using Powertools for AWS Lambda (Python) bot username
77
# 2. Pushes staged files to a temporary branch
88
# 3. Creates a PR from temporary branch against a target branch (typically trunk: develop, main, etc.)
99
# 4. Searches for duplicate PRs with the same title
@@ -63,7 +63,7 @@ runs:
6363
- id: setup-git
6464
name: Git client setup and refresh tip
6565
run: |
66-
git config user.name "Powertools bot"
66+
git config user.name "Powertools for AWS Lambda (Python) bot"
6767
git config user.email "[email protected]"
6868
git config pull.rebase true
6969
git config remote.origin.url >&-

.github/boring-cyborg.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ labelPRBasedOnFilePath:
9797
firstPRWelcomeComment: >
9898
Thanks a lot for your first contribution! Please check out our contributing guidelines and don't hesitate to ask whatever you need.
9999
100-
In the meantime, check out the #python channel on our AWS Lambda Powertools Discord: [Invite link](https://discord.gg/B8zZKbbyET)
100+
In the meantime, check out the #python channel on our Powertools for AWS Lambda Discord: [Invite link](https://discord.gg/B8zZKbbyET)
101101
102102
# Comment to be posted to congratulate user on their first merged PR
103103
firstPRMergeComment: >
@@ -107,7 +107,7 @@ firstPRMergeComment: >
107107
firstIssueWelcomeComment: >
108108
Thanks for opening your first issue here! We'll come back to you as soon as we can.
109109
110-
In the meantime, check out the #python channel on our AWS Lambda Powertools Discord: [Invite link](https://discord.gg/B8zZKbbyET)
110+
In the meantime, check out the #python channel on our Powertools for AWS Lambda Discord: [Invite link](https://discord.gg/B8zZKbbyET)
111111
112112
###### IssueLink Adder #################################################################################################
113113
# Insert Issue (Jira/Github etc) link in PR description based on the Issue ID in PR title.

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
- id: setup-git
286286
name: Git client setup and refresh tip
287287
run: |
288-
git config user.name "Powertools bot"
288+
git config user.name "Powertools for AWS Lambda (Python) bot"
289289
git config user.email "[email protected]"
290290
git config remote.origin.url >&-
291291

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
* **deps-dev:** bump cfn-lint from 0.77.2 to 0.77.3 ([#2165](https://github.com/awslabs/aws-lambda-powertools-python/issues/2165))
8181
* **deps-dev:** bump mkdocs-material from 9.1.6 to 9.1.8 ([#2162](https://github.com/awslabs/aws-lambda-powertools-python/issues/2162))
8282
* **deps-dev:** bump coverage from 7.2.3 to 7.2.4 ([#2179](https://github.com/awslabs/aws-lambda-powertools-python/issues/2179))
83-
* **governance:** add Lambda Powertools for .NET in issue templates ([#2196](https://github.com/awslabs/aws-lambda-powertools-python/issues/2196))
83+
* **governance:** add Powertools for AWS Lambda (.NET) in issue templates ([#2196](https://github.com/awslabs/aws-lambda-powertools-python/issues/2196))
8484

8585

8686
<a name="v2.14.1"></a>
@@ -368,7 +368,7 @@
368368
## Documentation
369369

370370
* **event_handlers:** Fix REST API - HTTP Methods documentation ([#1936](https://github.com/awslabs/aws-lambda-powertools-python/issues/1936))
371-
* **home:** update powertools definition
371+
* **home:** update Powertools for AWS Lambda (Python) definition
372372
* **we-made-this:** add CI/CD using Feature Flags video ([#1940](https://github.com/awslabs/aws-lambda-powertools-python/issues/1940))
373373
* **we-made-this:** add Feature Flags post ([#1939](https://github.com/awslabs/aws-lambda-powertools-python/issues/1939))
374374

@@ -1249,7 +1249,7 @@
12491249

12501250
* **event-handler:** snippets split, improved, and lint ([#1279](https://github.com/awslabs/aws-lambda-powertools-python/issues/1279))
12511251
* **graphql:** snippets split, improved, and lint ([#1287](https://github.com/awslabs/aws-lambda-powertools-python/issues/1287))
1252-
* **homepage:** emphasize additional powertools languages ([#1292](https://github.com/awslabs/aws-lambda-powertools-python/issues/1292))
1252+
* **homepage:** emphasize additional Powertools for AWS Lambda languages ([#1292](https://github.com/awslabs/aws-lambda-powertools-python/issues/1292))
12531253
* **metrics:** snippets split, improved, and lint
12541254

12551255
## Maintenance
@@ -1720,7 +1720,7 @@
17201720
## Features
17211721

17221722
* **ci:** auto-notify & close issues on release
1723-
* **logger:** clone powertools logger config to any Python logger ([#927](https://github.com/awslabs/aws-lambda-powertools-python/issues/927))
1723+
* **logger:** clone Powertools for AWS Lambda (Python) logger config to any Python logger ([#927](https://github.com/awslabs/aws-lambda-powertools-python/issues/927))
17241724

17251725
## Maintenance
17261726

@@ -1936,7 +1936,7 @@
19361936

19371937
## Features
19381938

1939-
* expose jmespath powertools functions ([#736](https://github.com/awslabs/aws-lambda-powertools-python/issues/736))
1939+
* expose jmespath Powertools for AWS Lambda (Python) functions ([#736](https://github.com/awslabs/aws-lambda-powertools-python/issues/736))
19401940
* add get_raw_configuration property in store; expose store
19411941
* boto3 sessions in batch, parameters & idempotency ([#717](https://github.com/awslabs/aws-lambda-powertools-python/issues/717))
19421942
* **feature-flags:** Bring your own logger for debug ([#709](https://github.com/awslabs/aws-lambda-powertools-python/issues/709))

MAINTAINERS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ These are the most common labels used by maintainers to triage issues, pull requ
9696
| size/XL | PRs between 500-999 LOC, often PRs that grown with feedback | PR automation |
9797
| size/XXL | PRs with 1K+ LOC, largely documentation related | PR automation |
9898
| tests | PRs that add or change tests | PR automation |
99-
| `<utility>` | PRs related to a Powertools utility, e.g. `parameters`, `tracer` | PR automation |
99+
| `<utility>` | PRs related to a Powertools for AWS Lambda (Python) utility, e.g. `parameters`, `tracer` | PR automation |
100100
| feature | New features or minor changes | PR/Release automation |
101101
| dependencies | Changes that touch dependencies, e.g. Dependabot, etc. | PR/ automation |
102102
| github-actions | Changes in GitHub workflows | PR automation |
@@ -231,7 +231,7 @@ To run locally, you need [AWS CDK CLI](https://docs.aws.amazon.com/cdk/v2/guide/
231231

232232
### Releasing a documentation hotfix
233233

234-
You can rebuild the latest documentation without a full release via this [GitHub Actions Workflow](https://github.com/awslabs/aws-lambda-powertools-python/actions/workflows/rebuild_latest_docs.yml). Choose `Run workflow`, keep `develop` as the branch, and input the latest Powertools version available.
234+
You can rebuild the latest documentation without a full release via this [GitHub Actions Workflow](https://github.com/awslabs/aws-lambda-powertools-python/actions/workflows/rebuild_latest_docs.yml). Choose `Run workflow`, keep `develop` as the branch, and input the latest Powertools for AWS Lambda (Python) version available.
235235

236236
This workflow will update both user guide and API documentation.
237237

0 commit comments

Comments
 (0)