You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/roadmap.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ At launch, we will support Datadog since it's [most requested observability prov
22
22
23
23
*[x][Document how customers can use any provider with Logger](https://docs.powertools.aws.dev/lambda/python/latest/core/logger/#observability-providers)
24
24
*[x][Extend Metrics to add support for any Provider](https://github.com/aws-powertools/powertools-lambda-python/pull/2194)
25
-
*[ ][Extend Tracer to add support for any Provider](https://github.com/aws-powertools/powertools-lambda-python/issues/2030)
25
+
*[ ][Extend Tracer to add support for any Provider](https://github.com/aws-powertools/powertools-lambda-python/pull/2342#issuecomment-2061734362)
26
26
*[ ] Investigate alternative solution to OpenTelemetry cold start performance
27
27
28
28
### Lambda Layer in GovCloud
@@ -56,6 +56,17 @@ Based on customers feedback, we want to provide [middleware authoring support](h
56
56
*[x][MVP for OpenAPI and SwaggerUI](https://github.com/aws-powertools/powertools-lambda-python/pull/3109)
57
57
*[ ][MVP for AppSync Batch invoke and partial failure support](https://github.com/aws-powertools/powertools-lambda-python/pull/1998)
58
58
59
+
### Authentication (SigV4)
60
+
61
+
[During customers interview](https://github.com/aws-powertools/powertools-lambda-python#connect){target="_blank"}, we hear that signing requests using [AWS SigV4](https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html){target="_blank"} could be easier.
62
+
63
+
Since JWT is a close second, this new utility would cover higher level functions to sign and verify requests more easily.
64
+
65
+
**Major updates**
66
+
67
+
*[x][Issue to outline challenges](https://github.com/aws-powertools/powertools-lambda-python/issues/2493), alternative solutions and desired experience
68
+
*[ ][MVP for AWS SigV4](https://github.com/aws-powertools/powertools-lambda-python/pull/2435)
69
+
59
70
### Office hours
60
71
61
72
We heard from [customers](https://github.com/aws-powertools/powertools-lambda-python#connect){target="_blank"} that Powertools for AWS Lambda and its community can move faster than they are able to catch up. While documentation and release notes take these into account, they notice they don't always know advanced tricks, or what other customers tend to do in similar situations.
@@ -72,17 +83,6 @@ Timezones being tricky, we plan to experiment with an afternoon slot in Central
72
83
*[ ] Invite Discord community
73
84
*[ ] Update roadmap page with Discord event
74
85
75
-
### Authentication (SigV4)
76
-
77
-
[During customers interview](https://github.com/aws-powertools/powertools-lambda-python#connect){target="_blank"}, we hear that signing requests using [AWS SigV4](https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html){target="_blank"} could be easier.
78
-
79
-
Since JWT is a close second, this new utility would cover higher level functions to sign and verify requests more easily.
80
-
81
-
**Major updates**
82
-
83
-
*[ ] RFC to outline challenges, alternative solutions and desired experience
84
-
*[ ][MVP for AWS SigV4](https://github.com/aws-powertools/powertools-lambda-python/pull/2435)
85
-
86
86
### Enhanced operational metrics
87
87
88
88
[Through customers interview](https://github.com/aws-powertools/powertools-lambda-python#connect){target="_blank"}, [Discord](https://discord.gg/B8zZKbbyET){target="_blank" rel="nofollow"}, and [1:1 customer enablement](https://github.com/aws-powertools/powertools-lambda-python#connect){target="_blank"}, we noticed customers often create the same set of custom operational metrics.
0 commit comments