Skip to content

docs(roadmap): update roadmap items #6955

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ You can help us prioritize by [upvoting existing feature requests](https://githu

We will create new features and utilities to solve practical problems developers face when building serverless applications.

- [ ] [Ability to buffer logs](https://github.com/aws-powertools/powertools-lambda-typescript/discussions/3410){target="_blank"}
- [x] [Ability to buffer logs](https://github.com/aws-powertools/powertools-lambda-python/releases/tag/v3.8.0){target="_blank"}
- [x] [Implement resolver for Amazon Bedrock Agents Functions](https://github.com/aws-powertools/powertools-lambda-python/releases/tag/v3.14.0){target="_blank"}
- [x] [Implement resolver for AWS AppSync Events API](https://github.com/aws-powertools/powertools-lambda-python/releases/tag/v3.11.0){target="_blank"}
- [ ] Add support for OpenTelemetry in our tracer utility
- [ ] Async event handlers to streamline complex event-driven workflows across SQS, EventBridge

#### Powertools toolchain (p1)
Expand All @@ -34,6 +37,12 @@ Python's serverless ecosystem is increasingly adopting asynchronous programming
- [ ] Add support for aioboto3 or other tool, enabling efficient, non-blocking AWS service interactions in Lambda functions.
- [ ] Write a PoC with Event Handler support for async.

#### Governance & Advanced Use Cases (p3)

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:

- [x] [Publish Lambda layers to China regions](https://github.com/aws-powertools/powertools-lambda-python/releases/tag/v3.16.0){target="_blank"}

## Roadmap status definition

<center>
Expand Down