You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
-
Thank you for submitting a bug report. Before you start, make sure that [the bug hasn't been reported already](https://github.com/awslabs/aws-lambda-powertools-typescript/issues).
9
+
Thank you for submitting a bug report. Before you start, make sure that [the bug hasn't been reported already](https://github.com/aws-powertools/lambda-typescript/issues).
10
10
11
11
Please add as much information as possible to help us reproduce, and remove any potential sensitive data.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<!---
2
2
Instructions:
3
-
1. Make sure you follow our Contributing Guidelines: https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/CONTRIBUTING.md
3
+
1. Make sure you follow our Contributing Guidelines: https://github.com/aws-powertools/lambda-typescript/blob/main/CONTRIBUTING.md
4
4
2. Please follow the template, and do not remove any section/item. If something is not applicable leave it empty, but leave it in the PR.
5
5
3. -->
6
6
@@ -34,7 +34,7 @@ Note: If no issue is present the PR might get blocked and not be reviewed.
34
34
-[ ] I have made corresponding changes to the *documentation*
35
35
-[ ] My changes generate *no new warnings*
36
36
-[ ] I have *added tests* that prove my change is effective and works
37
-
-[ ] The PR title follows the [conventional commit semantics](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/.github/semantic.yml#L2)
37
+
-[ ] The PR title follows the [conventional commit semantics](https://github.com/aws-powertools/lambda-typescript/blob/main/.github/semantic.yml#L2)
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.
161
+
Thanks a lot for your first contribution! Please check out our [contributing guidelines](https://github.com/aws-powertools/lambda-typescript/blob/chore/pr_automation/CONTRIBUTING.md) and don't hesitate to ask whatever you need.
162
162
163
163
In the meantime, check out the #typescript channel on our AWS Lambda Powertools Discord: [Invite link](https://discord.gg/B8zZKbbyET)
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The following steps describe how to set up the AWS Lambda Powertools for TypeScr
64
64
65
65
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:
66
66
67
-
[](https://gitpod.io/#https://github.com/awslabs/aws-lambda-powertools-typescript)
67
+
[](https://gitpod.io/#https://github.com/aws-powertools/lambda-typescript)
68
68
[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=305501331)
69
69
70
70
### Setup
@@ -280,10 +280,10 @@ Contributions via pull requests are much appreciated.
280
280
### Step 1: Find something to work on
281
281
282
282
If you want to contribute a specific feature or fix you have in mind, look at active [pull
283
-
requests](https://github.com/awslabs/aws-lambda-powertools-typescript/pulls) to see if someone else is already working on it. If not, you can start designing your changes.
283
+
requests](https://github.com/aws-powertools/lambda-typescript/pulls) to see if someone else is already working on it. If not, you can start designing your changes.
284
284
285
285
On the other hand, if you are here looking for an issue to work on, check out our [backlog of
286
-
issues](https://github.com/awslabs/aws-lambda-powertools-typescript/issues) and find something that piques your interest. Our project, by default, uses the default GitHub issue labels (enhancement/bug/help wanted/invalid/question/documentation), looking at any issue labeled as 'help wanted' or 'good-first-issue' is a great place to start.
286
+
issues](https://github.com/aws-powertools/lambda-typescript/issues) and find something that piques your interest. Our project, by default, uses the default GitHub issue labels (enhancement/bug/help wanted/invalid/question/documentation), looking at any issue labeled as 'help wanted' or 'good-first-issue' is a great place to start.
287
287
288
288
It's a good idea to keep the priority of issues in mind when deciding what to
289
289
work on. If we have labelled an issue as `priority:medium` or `priority:low`, it means it's something we won't
@@ -295,7 +295,7 @@ You can start by checking the project's tenets [here](https://awslabs.github.io/
295
295
296
296
We ask you to seek feedback and consensus on your proposed change by iterating on a design document. This is especially useful when you plan a big change or feature, or you want advice on what would be the best path forward.
297
297
298
-
If you're picking up an existing issue, you can simply post your comment and discuss your proposed changes. If instead you're proposing a new feature, you can start by creating a new [RFC issue](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/new?assignees=&labels=RFC%2C+triage&template=rfc.md&title=RFC%3A+) and discuss your proposed change with the maintainers.
298
+
If you're picking up an existing issue, you can simply post your comment and discuss your proposed changes. If instead you're proposing a new feature, you can start by creating a new [RFC issue](https://github.com/aws-powertools/lambda-typescript/issues/new?assignees=&labels=RFC%2C+triage&template=rfc.md&title=RFC%3A+) and discuss your proposed change with the maintainers.
299
299
300
300
This is a great way to get feedback on your proposed change and make sure that it is in line with the project's direction and community needs. You can start working on the change when you've gotten approved by at least one maintainer - we would hate for your time to be wasted.
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.
135
135
136
-
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/awslabs/aws-lambda-powertools-typescript/releases) - make sure they communicate their intent at the human level.
136
+
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-typescript/releases) - make sure they communicate their intent at the human level.
137
137
138
138
For issues linked to a PR, our automation should apply the `status/pending-release` label. Make sure the label is always applied when merging. [Upon release](#releasing-a-new-version), these issues will be notified which release version contains their change.
139
139
@@ -175,7 +175,7 @@ RFC is a collaborative process to help us get to the most optimal solution given
175
175
176
176
Make sure you ask these questions in mind when reviewing:
177
177
178
-
- Does it use our [RFC template](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/new?assignees=&labels=RFC%2Ctriage&template=rfc.yml&title=RFC%3A+TITLE)?
178
+
- Does it use our [RFC template](https://github.com/aws-powertools/lambda-typescript/issues/new?assignees=&labels=RFC%2Ctriage&template=rfc.yml&title=RFC%3A+TITLE)?
179
179
- Does the match our [Tenets](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#tenets)?
180
180
- Does the proposal address the use case? If so, is the recommended usage explicit?
181
181
- Does it focus on the mechanics to solve the use case over fine-grained implementation details?
@@ -186,23 +186,23 @@ Make sure you ask these questions in mind when reviewing:
186
186
187
187
When necessary, be upfront that the time to review, approve, and implement a RFC can vary - see [Contribution is stuck](#contribution-is-stuck). Some RFCs may be further updated after implementation, as certain areas become clearer.
188
188
189
-
An example of a successful RFC: [#447](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/447)
189
+
An example of a successful RFC: [#447](https://github.com/aws-powertools/lambda-typescript/issues/447)
190
190
191
191
### Releasing a new version
192
192
193
193
🚧 WIP 🚧
194
194
195
195
#### Drafting release notes
196
196
197
-
Visit the [Releases page](https://github.com/awslabs/aws-lambda-powertools-typescript/releases) and choose the edit pencil button.
197
+
Visit the [Releases page](https://github.com/aws-powertools/lambda-typescript/releases) and choose the edit pencil button.
198
198
199
199
Make sure the `tag` field reflects the new version you're releasing, the target branch field is set to `main`, and `release title` matches your tag e.g., `v1.4.1`.
200
200
201
201
You'll notice we group all changes based on their [labels](#labels) like `type/feature`, `type/bug`, `type/documentation`, etc.
202
202
203
203
**I spotted a typo or incorrect grouping - how do I fix it?**
204
204
205
-
Edit the respective PR title and update their [labels](#labels). Then run the [Release Drafter workflow](https://github.com/awslabs/aws-lambda-powertools-typescript/actions/workflows/release-drafter.yml) to update the Draft release.
205
+
Edit the respective PR title and update their [labels](#labels). Then run the [Release Drafter workflow](https://github.com/aws-powertools/lambda-typescript/actions/workflows/release-drafter.yml) to update the Draft release.
206
206
207
207
**All looking good, what's next?**
208
208
@@ -218,17 +218,17 @@ These are some questions to keep in mind when drafting your first or future rele
218
218
219
219
Once you're happy, hit `Publish release` 🎉🎉🎉.
220
220
221
-
This will kick off the [Publish docs on release](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/.github/workflows/publish-docs-on-release.yml) workflow and within a few minutes you should see the latest version in PyPi, and all issues labeled as `pending-release` will be closed and notified.
221
+
This will kick off the [Publish docs on release](https://github.com/aws-powertools/lambda-typescript/blob/main/.github/workflows/publish-docs-on-release.yml) workflow and within a few minutes you should see the latest version in PyPi, and all issues labeled as `pending-release` will be closed and notified.
222
222
223
223
### Run end to end tests
224
224
225
-
E2E tests should be ran before every merge to `main` or manually via [run-e2e-tests workflow](https://github.com/awslabs/aws-lambda-powertools-typescript/actions/workflows/run-e2e-tests.yml) before making a release.
225
+
E2E tests should be ran before every merge to `main` or manually via [run-e2e-tests workflow](https://github.com/aws-powertools/lambda-typescript/actions/workflows/run-e2e-tests.yml) before making a release.
226
226
227
227
To run locally, you need [AWS CDK CLI](https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html#getting_started_prerequisites) and an [account bootstrapped](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html) (`cdk bootstrap`). With a default AWS CLI profile configured, or `AWS_PROFILE` environment variable set, run `npm run test:e2e -ws`.
228
228
229
229
### Releasing a documentation hotfix
230
230
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/aws-powertools/lambda-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`.
232
232
233
233
This workflow will update both user guide and API documentation.
234
234
@@ -276,7 +276,7 @@ Note that issues marked as `need-response` will be automatically closed after 3
276
276
277
277
### Crediting contributions
278
278
279
-
We credit all contributions as part of each [release note](https://github.com/awslabs/aws-lambda-powertools-typescript/releases) as an automated process. If you find contributors are missing from the release note you're producing, please add them manually.
279
+
We credit all contributions as part of each [release note](https://github.com/aws-powertools/lambda-typescript/releases) as an automated process. If you find contributors are missing from the release note you're producing, please add them manually.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ You can use the library in both TypeScript and JavaScript code bases.
8
8
9
9
> Also available in [Python](https://github.com/awslabs/aws-lambda-powertools-python), [Java](https://github.com/awslabs/aws-lambda-powertools-java), and [.NET](https://awslabs.github.io/aws-lambda-powertools-dotnet/).
@@ -85,12 +85,12 @@ You can find instructions on how to deploy and load test this application in the
85
85
86
86
## Contribute
87
87
88
-
If you are interested in contributing to this project, please refer to our [Contributing Guidelines](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/CONTRIBUTING.md).
88
+
If you are interested in contributing to this project, please refer to our [Contributing Guidelines](https://github.com/aws-powertools/lambda-typescript/blob/main/CONTRIBUTING.md).
89
89
90
90
## Roadmap
91
91
92
92
The roadmap of Powertools is driven by customers’ demand.
93
-
Help us prioritize upcoming functionalities or utilities by [upvoting existing RFCs and feature requests](https://github.com/awslabs/aws-lambda-powertools-typescript/issues), or [creating new ones](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/new/choose), in this GitHub repository.
93
+
Help us prioritize upcoming functionalities or utilities by [upvoting existing RFCs and feature requests](https://github.com/aws-powertools/lambda-typescript/issues), or [creating new ones](https://github.com/aws-powertools/lambda-typescript/issues/new/choose), in this GitHub repository.
94
94
95
95
## Connect
96
96
@@ -101,7 +101,7 @@ Help us prioritize upcoming functionalities or utilities by [upvoting existing R
101
101
102
102
### Becoming a reference customer
103
103
104
-
Knowing which companies are using this library is important to help prioritize the project internally. If your company is using AWS Lambda Powertools for TypeScript, you can request to have your name and logo added to the README file by raising a [Support Lambda Powertools (become a reference)](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/new?assignees=&labels=customer-reference&template=support_powertools.yml&title=%5BSupport+Lambda+Powertools%5D%3A+%3Cyour+organization+name%3E){target="_blank"} issue.
104
+
Knowing which companies are using this library is important to help prioritize the project internally. If your company is using AWS Lambda Powertools for TypeScript, you can request to have your name and logo added to the README file by raising a [Support Lambda Powertools (become a reference)](https://github.com/aws-powertools/lambda-typescript/issues/new?assignees=&labels=customer-reference&template=support_powertools.yml&title=%5BSupport+Lambda+Powertools%5D%3A+%3Cyour+organization+name%3E){target="_blank"} issue.
105
105
106
106
The following companies, among others, use Powertools:
107
107
@@ -127,4 +127,4 @@ Credits for the Lambda Powertools idea go to [DAZN](https://github.com/getndazn)
127
127
128
128
## License
129
129
130
-
This library is licensed under the MIT-0 License. See the [LICENSE](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/LICENSE) file.
130
+
This library is licensed under the MIT-0 License. See the [LICENSE](https://github.com/aws-powertools/lambda-typescript/blob/main/LICENSE) file.
Copy file name to clipboardExpand all lines: docs/core/logger.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -635,7 +635,7 @@ This is a Jest sample that provides the minimum information necessary for Logger
635
635
```
636
636
637
637
!!! tip
638
-
If you don't want to declare your own dummy Lambda Context, you can use [`ContextExamples.helloworldContext`](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/packages/commons/src/samples/resources/contexts/hello-world.ts#L3-L16) from [`@aws-lambda-powertools/commons`](https://www.npmjs.com/package/@aws-lambda-powertools/commons).
638
+
If you don't want to declare your own dummy Lambda Context, you can use [`ContextExamples.helloworldContext`](https://github.com/aws-powertools/lambda-typescript/blob/main/packages/commons/src/samples/resources/contexts/hello-world.ts#L3-L16) from [`@aws-lambda-powertools/commons`](https://www.npmjs.com/package/@aws-lambda-powertools/commons).
0 commit comments