Skip to content

Commit 8ea1672

Browse files
authored
chore(docs): update roadmap, labels, and issue templates (#1632)
* chore(docs): update roadmap document * chore: update issue templates * chore(docs): add new labels to list
1 parent d9cbfe9 commit 8ea1672

File tree

5 files changed

+25
-11
lines changed

5 files changed

+25
-11
lines changed

Diff for: .github/ISSUE_TEMPLATE/maintenance.yml

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ body:
3535
- Metrics
3636
- Parameters
3737
- Idempotency
38+
- JMESPath
39+
- Batch Processing
40+
- Validation
41+
- Parser
3842
- Other
3943
- type: textarea
4044
id: suggestion

Diff for: .github/ISSUE_TEMPLATE/rfc.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ body:
2222
- Metrics
2323
- Parameters
2424
- Idempotency
25+
- JMESPath
26+
- Batch Processing
27+
- Validation
28+
- Parser
2529
- Other
2630
validations:
2731
required: true

Diff for: .github/semantic.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ scopes:
2121
- idempotency
2222
- commons
2323
- parser
24-
- validator
24+
- jmespath
25+
- validation
2526
- batch
2627
- layers
2728
- ci

Diff for: MAINTAINERS.md

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ These are the most common labels used by maintainers to triage issues, pull requ
6969
| area/idempotency | Items related to the Idempotency Utility | PR automation |
7070
| area/parameters | Items related to the Parameters Utility | PR automation |
7171
| area/commons | Items related to the Commons Utility | PR automation |
72+
| area/jmespath | Items related to the JMESPath Utility | PR automation |
73+
| area/validation | Items related to the Validation Utility | PR automation |
74+
| area/batch | Items related to the Batch Processing Utility | PR automation |
75+
| area/parser | Items related to the Parser Utility | PR automation |
7276
| area/automation | Items related to automation like GitHub workflows or CI/CD | PR automation |
7377
| area/layers | Items related to the Lambda Layers pipeline | PR automation |
7478
| size/XS | PRs between 0-9 LOC | PR automation |

Diff for: docs/roadmap.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Themes are key activities maintainers are focusing on, besides bug reports. Thes
1414

1515
We want to close the gap between this version of Powertools for AWS Lambda and the [Python version](https://github.com/aws-powertools/powertools-lambda-python). This means that in the fullness of time, we want to have the same or equivalent features in both versions.
1616

17-
In the first half of 2023 we have released the [Parameters utility](https://github.com/aws-powertools/powertools-lambda-typescript/milestone/10), and are working on Idempotency. We are currently running a private beta for Idempotency, and plan on releasing the [public beta around July 2023](https://github.com/aws-powertools/powertools-lambda-typescript/milestone/7) at the latest.
17+
In the first half of 2023 we have released the [Parameters utility](https://github.com/aws-powertools/powertools-lambda-typescript/milestone/10), then in July we have released public betas for [Idempotency](https://github.com/aws-powertools/powertools-lambda-typescript/milestone/7) and [Batch Processing](https://github.com/aws-powertools/powertools-lambda-typescript/milestone/13). We are eager to hear your feedback on these new features, so please try them out and let us know what you think!
1818

19-
For the second half of 2023, we are considering implementing one or more of the following utilities (in no particular order):
20-
- Batch Processing (Status: [RFC](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1082))
21-
- Validation (Status: [RFC](https://github.com/aws-powertools/powertools-lambda-typescript/issues/508))
22-
- Parser (Status: [RFC](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1334))
23-
- Event Handler (Status: [RFC](https://github.com/aws-powertools/powertools-lambda-typescript/issues/413))
19+
For the remaining of 2023, we are considering implementing one or more of the following utilities (in no particular order):
20+
21+
* Validation (Status: [RFC](https://github.com/aws-powertools/powertools-lambda-typescript/issues/508))
22+
* Parser (Status: [RFC](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1334))
23+
* Event Handler (Status: [RFC](https://github.com/aws-powertools/powertools-lambda-typescript/issues/413))
2424

2525
If any of these utilities are important to you, please let us know by upvoting the issue, leaving a comment under the RFCs, or by joining the discussion in our [Discord community](https://discord.gg/B8zZKbbyET){target="_blank"}.
2626

@@ -29,17 +29,18 @@ If any of these utilities are important to you, please let us know by upvoting t
2929
Over the past year, we have gathered a number of feature requests and improvements that we want to implement but that are not backwards compatible with the current API surface. We are planning to release a new major version of the library by the end of 2023, which will include some of these changes.
3030

3131
The following are some of the changes we are considering:
32-
- **ES Modules support ([#521](https://github.com/aws-powertools/powertools-lambda-typescript/issues/521))** - Thanks to the work of the community we have been able to validate the feasibility of dual support for CommonJS and ES Modules. We are currently working on a plan to implement this.
33-
- **TypeScript 5.x support ([#1375](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1375))** - This new version of TypeScript brings breaking changes to the experimental decorators API, which we use in our core utilities. We need to investigate the impact of this change and how to best support it.
34-
- **Support for 3rd party observability providers ([#1500](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1500))** - Many of our customers would like to use Powertools for AWS to send logs, traces, and metrics to providers other than Amazon CloudWatch. At the moment we are investigating the feasibility of this for the Logger utility, while the Python version of Powertools for AWS Lambda is considering this also for Tracer and Metrics.
32+
33+
* **ES Modules support ([#521](https://github.com/aws-powertools/powertools-lambda-typescript/issues/521))** - Thanks to the work of the community we have been able to validate the feasibility of dual support for CommonJS and ES Modules. We are currently working on a plan to implement this.
34+
* **TypeScript 5.x support ([#1375](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1375))** - This new version of TypeScript brings breaking changes to the experimental decorators API, which we use in our core utilities. We need to investigate the impact of this change and how to best support it.
35+
* **Support for 3rd party observability providers ([#1500](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1500))** - Many of our customers would like to use Powertools for AWS to send logs, traces, and metrics to providers other than Amazon CloudWatch. At the moment we are investigating the feasibility of this for the Logger utility, while the Python version of Powertools for AWS Lambda is considering this also for Tracer and Metrics.
3536

3637
We have not yet decided on the final list of features that will be included in this release, if you have any suggestions please let us know by commenting on [this discussion](https://github.com/aws-powertools/powertools-lambda-typescript/discussions/1269) or upvoting existing suggestions.
3738

3839
### Improve operational excellence
3940

4041
We continue to work on increasing operational excellence to remove as much undifferentiated heavylifting for maintainers, so that we can focus on delivering features that help you.
4142

42-
This means improving our automation workflows, and project management, and test coverage.
43+
This means improving our automation workflows, project management, and test coverage.
4344

4445
## Roadmap status definition
4546

0 commit comments

Comments
 (0)