Skip to content

Commit a6c6171

Browse files
authored
Merge branch 'develop' into tracer
2 parents cbd75f9 + e1a4d1e commit a6c6171

File tree

731 files changed

+42268
-10659
lines changed

Some content is hidden

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

731 files changed

+42268
-10659
lines changed

.chglog/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ style: github
22
template: CHANGELOG.tpl.md
33
info:
44
title: CHANGELOG
5-
repository_url: https://github.com/awslabs/aws-lambda-powertools-python
5+
repository_url: https://github.com/aws-powertools/powertools-lambda-python
66
options:
77
commits:
88
filters:

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
22

3-
* @awslabs/aws-lambda-powertools-python
3+
* @aws-powertools/lambda-python-core

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
value: |
99
Thank you for submitting a bug report. Please add as much information as possible to help us reproduce, and remove any potential sensitive data.
1010
11-
Please become familiar with [our definition of bug](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/MAINTAINERS.md#is-that-a-bug).
11+
Please become familiar with [our definition of bug](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/MAINTAINERS.md#is-that-a-bug).
1212
- type: textarea
1313
id: expected_behaviour
1414
attributes:
@@ -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:
@@ -62,6 +62,8 @@ body:
6262
- "3.8"
6363
- "3.9"
6464
- "3.10"
65+
- "3.11"
66+
- "3.12"
6567
validations:
6668
required: true
6769
- type: dropdown
@@ -79,7 +81,7 @@ body:
7981
id: logs
8082
attributes:
8183
label: Debugging logs
82-
description: If available, please share [debugging logs](https://awslabs.github.io/aws-lambda-powertools-python/#debug-mode)
84+
description: If available, please share [debugging logs](https://docs.powertools.aws.dev/lambda/python/#debug-mode)
8385
render: python
8486
validations:
8587
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/awslabs/aws-lambda-powertools-python/discussions/new
4+
url: https://github.com/aws-powertools/powertools-lambda-python/discussions/new
55
about: Ask a general question about Lambda Powertools

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 4 additions & 4 deletions
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://docs.powertools.aws.dev/lambda/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/aws-powertools/powertools-lambda-java/), [TypeScript](https://github.com/aws-powertools/powertools-lambda-typescript/), and [.NET](https://github.com/aws-powertools/powertools-lambda-dotnet/)
4242
required: false
4343
- type: markdown
4444
attributes:

.github/ISSUE_TEMPLATE/maintenance.yml

Lines changed: 2 additions & 2 deletions
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://docs.powertools.aws.dev/lambda/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/aws-powertools/powertools-lambda-java/), [TypeScript](https://github.com/aws-powertools/powertools-lambda-typescript/), and [.NET](https://github.com/aws-powertools/powertools-lambda-dotnet/)
5959
required: false
6060
- type: markdown
6161
attributes:

.github/ISSUE_TEMPLATE/rfc.yml

Lines changed: 3 additions & 3 deletions
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://docs.powertools.aws.dev/lambda/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/aws-powertools/powertools-lambda-java/), [TypeScript](https://github.com/aws-powertools/powertools-lambda-typescript/), and [.NET](https://github.com/aws-powertools/powertools-lambda-dotnet/)
9797
required: false
9898
- type: markdown
9999
attributes:

.github/ISSUE_TEMPLATE/share_your_work.yml

Lines changed: 4 additions & 4 deletions
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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
value: |
99
Thank you for submitting a static typing report. Please add as much information as possible to help us reproduce.
1010
11-
Our preferred static type checker is [Mypy](https://mypy.readthedocs.io/en/stable/) using the following [configuration](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/mypy.ini).
11+
Our preferred static type checker is [Mypy](https://mypy.readthedocs.io/en/stable/) using the following [configuration](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/mypy.ini).
1212
- type: dropdown
1313
id: tool
1414
attributes:
@@ -29,12 +29,14 @@ body:
2929
- "3.8"
3030
- "3.9"
3131
- "3.10"
32+
- "3.11"
33+
- "3.12"
3234
validations:
3335
required: true
3436
- type: input
3537
id: version
3638
attributes:
37-
label: AWS Lambda Powertools for Python version
39+
label: Powertools for AWS Lambda (Python) version
3840
placeholder: "latest, 1.25.6"
3941
value: latest
4042
validations:

.github/ISSUE_TEMPLATE/support_powertools.yml

Lines changed: 6 additions & 6 deletions
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.*

0 commit comments

Comments
 (0)