Skip to content

Commit 5bbc969

Browse files
authored
Update roadmap.md
1 parent f183349 commit 5bbc969

File tree

1 file changed

+37
-8
lines changed

1 file changed

+37
-8
lines changed

docs/roadmap.md

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,49 @@
1+
---
2+
title: Roadmap
3+
description: Public roadmap for Powertools for AWS Lambda (.NET)
4+
---
5+
6+
<!-- markdownlint-disable MD043 -->
7+
18
## Overview
29

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+
[![Join our Discord](https://dcbadge.vercel.app/api/server/B8zZKbbyET)](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)
429

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
633

7-
## Themes
34+
#### Feature Parity (P2)
835

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
1040

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
1242

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"}
1444

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).
1645

17-
### Improve operational excellence
46+
#### Improve operational excellence
1847

1948
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.
2049

0 commit comments

Comments
 (0)