|
| 1 | +--- |
| 2 | +title: Roadmap |
| 3 | +description: Public roadmap for Powertools for AWS Lambda (.NET) |
| 4 | +--- |
| 5 | + |
| 6 | +<!-- markdownlint-disable MD043 --> |
| 7 | + |
1 | 8 | ## Overview
|
2 | 9 |
|
3 |
| -This is our public roadmap that outlines the high level direction we are working towards, namely [Themes](#themes). We update this document when our priorities change: security and stability is our top priority. |
| 10 | +Our public roadmap outlines the high level direction we are working towards. We update this document when our priorities change: security and stability are our top priority. |
| 11 | + |
| 12 | +!!! info "For most up-to-date information, see our [board of activities](https://github.com/orgs/aws-powertools/projects/6/views/14?query=is%3Aopen+sort%3Aupdated-desc){target="_blank"}." |
| 13 | + |
| 14 | +### Key areas |
| 15 | + |
| 16 | +Security and operational excellence take precedence above all else. This means bug fixing, stability, customer's support, and internal compliance may delay one or more key areas below. |
| 17 | +**Missing something or want us to prioritize an existing area?** |
| 18 | +You can help us prioritize by [upvoting existing feature requests](https://github.com/aws-powertools/powertools-lambda-dotnet/issues?q=is%3Aissue%20state%3Aopen%20label%3Afeature-request){target="_blank"}, leaving a comment on what use cases it could unblock for you, and by joining our discussions on Discord. |
| 19 | + |
| 20 | +[](https://discord.gg/B8zZKbbyET){target="_blank"} |
| 21 | + |
| 22 | +#### Logging v2 (P0) |
| 23 | + |
| 24 | + |
| 25 | +#### Metrics v2 (P0) |
| 26 | + |
| 27 | + |
| 28 | +#### Security and Production Readiness (P1) |
4 | 29 |
|
5 |
| -[See our latest list of activities »](https://github.com/orgs/aws-powertools/projects/6/views/4?query=is%3Aopen+sort%3Aupdated-desc){target="_blank"} |
| 30 | +- .NET 10 support |
| 31 | +- .NET 6 deprecation |
| 32 | +- OpenSSF Scorecard |
6 | 33 |
|
7 |
| -## Themes |
| 34 | +#### Feature Parity (P2) |
8 | 35 |
|
9 |
| -!!! info "Operational Excellence is priority number 1." |
| 36 | +Feature parity with Powertools for AWS Lambda (Python): |
| 37 | +- Data masking |
| 38 | +- Feature Flags |
| 39 | +- Streeaming from S3 |
10 | 40 |
|
11 |
| -Themes are key activities maintainers are focusing on, besides bug reports. These are updated periodically and you can get an idea of the overall progress in the [Milestones section](https://github.com/aws-powertools/powertools-lambda-dotnet/milestones){target="_blank"}. |
| 41 | +#### Support for ASP.NET |
12 | 42 |
|
13 |
| -### New utilities |
| 43 | +Support AspNetCoreServer.Hosting this allows customers to deploy ASP.NET core applicaiton to Lambda, [more details](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/360){target="_blank"} |
14 | 44 |
|
15 |
| -After going GA, we want to start working on new utilities, specifically but not limited to the most commonly asked: **(1)** [Idempotency](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/164), **(2)** [Parameters](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/160) and **(3)** [Batch](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/168). |
16 | 45 |
|
17 |
| -### Improve operational excellence |
| 46 | +#### Improve operational excellence |
18 | 47 |
|
19 | 48 | 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.
|
20 | 49 |
|
|
0 commit comments