Skip to content

Commit 8946123

Browse files
committed
docs(roadmap): update sigv4 links, observability provider tracer PR
Signed-off-by: heitorlessa <[email protected]>
1 parent dc9231a commit 8946123

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/roadmap.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ At launch, we will support Datadog since it's [most requested observability prov
2222

2323
* [x] [Document how customers can use any provider with Logger](https://docs.powertools.aws.dev/lambda/python/latest/core/logger/#observability-providers)
2424
* [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)
2626
* [ ] Investigate alternative solution to OpenTelemetry cold start performance
2727

2828
### Lambda Layer in GovCloud
@@ -56,6 +56,17 @@ Based on customers feedback, we want to provide [middleware authoring support](h
5656
* [x] [MVP for OpenAPI and SwaggerUI](https://github.com/aws-powertools/powertools-lambda-python/pull/3109)
5757
* [ ] [MVP for AppSync Batch invoke and partial failure support](https://github.com/aws-powertools/powertools-lambda-python/pull/1998)
5858

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+
5970
### Office hours
6071

6172
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
7283
* [ ] Invite Discord community
7384
* [ ] Update roadmap page with Discord event
7485

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-
8686
### Enhanced operational metrics
8787

8888
[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

Comments
 (0)