Skip to content

Commit c232f52

Browse files
authored
docs: update roadmap end Q1 (#3776)
1 parent c70db77 commit c232f52

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

docs/roadmap.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -45,36 +45,40 @@ To close the gap between Powertools for AWS Lambda (Python) and Powertools for A
4545

4646
##### Logger
4747

48-
- [ ] [Ability to buffer logs](https://github.com/aws-powertools/powertools-lambda-typescript/discussions/3410){target="_blank"}
49-
- [ ] [Ability to add a correlation ID to logs via decorator/middleware](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2863){target="_blank"}
50-
- [ ] [Ability to refresh debug log sampling rate via decorator/middleware](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3278){target="_blank"}
48+
- [x] [Ability to add a correlation ID to logs via decorator/middleware](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2863){target="_blank"}
5149
- [ ] [Ability to pretty print stack traces](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1362){target="_blank"}
50+
- [x] [Ability to buffer logs](https://github.com/aws-powertools/powertools-lambda-typescript/releases/tag/v2.16.0){target="_blank"}
51+
- [x] [Ability to refresh debug log sampling rate via decorator/middleware](https://github.com/aws-powertools/powertools-lambda-typescript/releases/tag/v2.16.0){target="_blank"}
5252

5353
##### Event Handler
5454

5555
In addition to the Event Handler REST feature mentioned above, we will also be working on the following:
5656

57-
- [ ] Implement resolver for Amazon Bedrock Agents
57+
- [ ] [Implement resolver for Amazon Bedrock Agents Functions](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3710){target="_blank"}
58+
- [ ] Implement resolver for Amazon Bedrock Agents OpenAPI
5859
- [ ] Create RFC for AppSync GraphQL resolver
5960

6061
##### Validation
6162

6263
For the Validation utility, we'll experiment with a community-driven approach to building a new Powertools for AWS Lambda utility.
6364

64-
We will update this roadmap with more details as they become available.
65+
- [x] [Standalone validation utility](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3607){target="_blank"}
66+
- [x] [Class method decorator validation](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3608){target="_blank"}
67+
- [x] [Middy.js middleware validation](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3609){target="_blank"}
68+
- [x] [Documentation](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3716){target="_blank"}
6569

6670
#### Governance & Advanced Use Cases (p2)
6771

6872
To streghten our offering for more advanced customers as well as enterprises, we will be working on a set of activities that will help us better support their needs and practices. These include:
6973

70-
- [ ] [Publish Lambda layers to GovCloud](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3423){target="_blank"}
74+
- [x] [Publish Lambda layers to GovCloud](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3423){target="_blank"}
7175
- [ ] Publish Lambda layers to China regions
72-
- [ ] [Publish SSM Parameters to lookup Lambda layers ARNs](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3439){target="_blank"}
7376
- [ ] Improve OSS supply chain posture (Q2) by making sure we're auditing our dependencies for compatible licenses and include NOTICE files in our Lambda layers
7477
- [ ] Create a new "Advanced Use Cases" section in the docs - to help customers with more complex use cases, such as running Powertools for AWS Lambda in container environments
7578
- [ ] Set up CI/CD for performance testing
7679
- [ ] Improve performance of our core utilities
7780
- [ ] [Improve performance overhead of Lambda layers](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1725){target="_blank"}
81+
- [x] [Publish SSM Parameters to lookup Lambda layers ARNs](https://github.com/aws-powertools/powertools-lambda-typescript/releases/tag/v2.14.0){target="_blank"}
7882

7983
#### Community engagement & new customers (p3)
8084

@@ -83,8 +87,8 @@ To ensure we are attracting tomorrow's customers as well as new contributors to
8387
- [ ] [Create a new "Getting Started" guide in the docs](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2948){target="_blank"}
8488
- [ ] Further improve the "Contributing" & "How to find contributions" pages
8589
- [ ] Surface contribution opportunities in Discord & other community channels
86-
- [ ] Improve release notes announcements in Discord & other community channels
87-
- [ ] We will also attempt to create a community-developed new utility (see [Validation](#validation) above)
90+
- [ ] Improve release notes announcements in Discord & other community channels
91+
- [x] We will also attempt to create a community-developed new utility (see [Validation](#validation) above)
8892

8993
### Missing something?
9094

0 commit comments

Comments
 (0)