Skip to content

Commit 5d6ed1a

Browse files
authored
chore: rename project to Powertools for AWS Lambda (TypeScript) (#1472)
1 parent 5bd0166 commit 5d6ed1a

Some content is hidden

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

53 files changed

+182
-182
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ body:
5656
- type: input
5757
id: version
5858
attributes:
59-
label: AWS Lambda Powertools for TypeScript version
59+
label: Powertools for AWS Lambda (TypeScript) version
6060
placeholder: "latest, 1.3.0"
6161
value: latest
6262
validations:

Diff for: .github/ISSUE_TEMPLATE/feature_request.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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 (TypeScript) project.
1010
- type: textarea
1111
id: problem
1212
attributes:
@@ -34,9 +34,9 @@ body:
3434
attributes:
3535
label: Acknowledgment
3636
options:
37-
- label: This feature request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#tenets)
37+
- label: This feature request meets [Powertools for AWS Lambda (TypeScript) Tenets](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#tenets)
3838
required: true
39-
- label: Should this be considered in other Lambda Powertools languages? i.e. [Python](https://github.com/awslabs/aws-lambda-powertools-python/), [Java](https://github.com/awslabs/aws-lambda-powertools-java/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
39+
- 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 [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
4040
required: false
4141
- type: markdown
4242
attributes:

Diff for: .github/ISSUE_TEMPLATE/maintenance.yml

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

Diff for: .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 (TypeScript) utility does this relate to?
1919
options:
2020
- Tracer
2121
- Logger
@@ -81,9 +81,9 @@ body:
8181
attributes:
8282
label: Acknowledgment
8383
options:
84-
- label: This feature request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#tenets)
84+
- label: This feature request meets [Powertools for AWS Lambda (TypeScript) Tenets](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#tenets)
8585
required: true
86-
- label: Should this be considered in other Lambda Powertools languages? i.e. [Python](https://github.com/awslabs/aws-lambda-powertools-python/), [Java](https://github.com/awslabs/aws-lambda-powertools-java/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
86+
- 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 [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
8787
required: false
8888
- type: markdown
8989
attributes:

Diff for: .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 (TypeScript) 💞💞. 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 (TypeScript) 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 (TypeScript) 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 (TypeScript) documentation if it doesn't conform with the [Code of Conduct](https://aws.github.io/code-of-conduct)
5656
required: true

Diff for: .github/ISSUE_TEMPLATE/support_powertools.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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 (TypeScript) (become a reference)
2+
description: Add your organization's name or logo to the Powertools for AWS Lambda (TypeScript) documentation
3+
title: "[Support Powertools for AWS Lambda (TypeScript)]: <your organization name>"
44
labels: ["customer-reference"]
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thank you for becoming a reference customer. Your support means a lot to us. It also helps new customers to know who're using Lambda Powertools.
9+
Thank you for becoming a reference customer. Your support means a lot to us. It also helps new customers to know who're using Powertools for AWS Lambda (TypeScript).
1010
1111
If you would like us to also display your organization's logo, please share a link in the `Company logo` field.
1212
- type: input
@@ -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 (TypeScript) 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: Python
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 (TypeScript) 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.*

Diff for: .github/boring-cyborg.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ labelPRBasedOnFilePath:
160160
firstPRWelcomeComment: >
161161
Thanks a lot for your first contribution! Please check out our [contributing guidelines](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/chore/pr_automation/CONTRIBUTING.md) and don't hesitate to ask whatever you need.
162162
163-
In the meantime, check out the #typescript channel on our AWS Lambda Powertools Discord: [Invite link](https://discord.gg/B8zZKbbyET)
163+
In the meantime, check out the #typescript channel on our Powertools for AWS Lambda Discord: [Invite link](https://discord.gg/B8zZKbbyET)
164164
165165
# Comment to be posted to congratulate user on their first merged PR
166166
firstPRMergeComment: >
@@ -170,4 +170,4 @@ firstPRMergeComment: >
170170
firstIssueWelcomeComment: >
171171
Thanks for opening your first issue here! We'll come back to you as soon as we can.
172172
173-
In the meantime, check out the #typescript channel on our AWS Lambda Powertools Discord: [Invite link](https://discord.gg/B8zZKbbyET)
173+
In the meantime, check out the #typescript channel on our Powertools for AWS Lambda Discord: [Invite link](https://discord.gg/B8zZKbbyET)

Diff for: CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ reported the issue. Please try to include as much information as you can. Detail
6060

6161
## Getting Started
6262

63-
The following steps describe how to set up the AWS Lambda Powertools for TypeScript repository on your local machine.
63+
The following steps describe how to set up the Powertools for AWS Lambda (TypeScript) repository on your local machine.
6464

6565
The alternative is to use a Cloud IDE like [Gitpod](https://www.gitpod.io/) or [GitHub CodeSpaces](https://github.com/features/codespaces) for your development. To quickly get up and running you can click one of these button to open a cloned version of this repo with all of the prerequisites and dependencies installed:
6666

@@ -98,11 +98,11 @@ the [eslint extension](https://marketplace.visualstudio.com/items?itemName=dbaeu
9898

9999
### Repo Layout
100100

101-
The AWS Lambda Powertools is a npm project written in [TypeScript](https://www.typescriptlang.org/).
101+
The Powertools for AWS Lambda (TypeScript) is a npm project written in [TypeScript](https://www.typescriptlang.org/).
102102
More specifically, it is a [monorepo managed using npm workspaces](https://docs.npmjs.com/cli/v8/using-npm/workspaces).
103103
If you're unfamiliar with any of these technologies, it is useful to learn about them and will make understanding the codebase easier but strictly not necessary for simple contributions.
104104

105-
The repo contains `packages/` directory that contains the Powertools utilities modules. For instance, the source code for the Logger utility can be found at the location `packages/logger` and so on.
105+
The repo contains `packages/` directory that contains the Powertools for AWS Lambda (TypeScript) utilities modules. For instance, the source code for the Logger utility can be found at the location `packages/logger` and so on.
106106
The repo also contains a `packages/commons` directory that holds code and logic shared between one or more utilities and that is published as a separate npm package.
107107

108108
### Tests
@@ -205,7 +205,7 @@ You can run the end-to-end tests automatically on your forked project by followi
205205
206206
### Examples
207207

208-
As part of the repo you will find an examples folder at the root. This folder contains examples (written with CDK and SAM) of deployable AWS Lambda functions using Powertools.
208+
As part of the repo you will find an examples folder at the root. This folder contains examples (written with CDK and SAM) of deployable AWS Lambda functions using Powertools for AWS Lambda (TypeScript).
209209

210210
To test your updates with these examples, you just have to:
211211

@@ -314,7 +314,7 @@ Work your magic. Before starting, make sure to check the [Getting Started](#Gett
314314

315315
* Create a commit with your changes and push them to a
316316
[fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo).
317-
> Note: Core members can push directly to a branch on the AWS Lambda Powertools (TypeScript) repo (following the same conventions detailed below).
317+
> Note: Core members can push directly to a branch on the Powertools for AWS Lambda (TypeScript) repo (following the same conventions detailed below).
318318
* Create a [pull request on GitHub](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork).
319319

320320
* Pull request title and message (and PR title and description) must adhere to

Diff for: MAINTAINERS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ To run locally, you need [AWS CDK CLI](https://docs.aws.amazon.com/cdk/v2/guide/
228228

229229
### Releasing a documentation hotfix
230230

231-
You can rebuild the latest documentation without a full release via this [GitHub Actions Workflow](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/.github/workflows/publish-docs-on-release.yml). Choose `Run workflow`, keep `main` as the branch, and input the latest Powertools version available i.e. `v1.4.1`.
231+
You can rebuild the latest documentation without a full release via this [GitHub Actions Workflow](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/.github/workflows/publish-docs-on-release.yml). Choose `Run workflow`, keep `main` as the branch, and input the latest Powertools for AWS Lambda (TypeScript) version available i.e. `v1.4.1`.
232232

233233
This workflow will update both user guide and API documentation.
234234

0 commit comments

Comments
 (0)