Skip to content

Commit 0398423

Browse files
committed
docs: update roadmap end of sept
Signed-off-by: heitorlessa <[email protected]>
1 parent 1225b80 commit 0398423

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/roadmap.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ Data Masking will be a new utility to mask/unmask sensitive data using encryptio
3636
**Major updates**
3737

3838
- [x] [RFC to agree on design and MVP](https://github.com/aws-powertools/powertools-lambda-python/issues/1858)
39-
- [ ] [POC with AWS KMS as the default provider](https://github.com/aws-powertools/powertools-lambda-python/pull/2197)
40-
- [ ] Documentation to guide customers how to bring their own provider (e.g., `ItsDangerous`)
39+
- [x] [POC with AWS KMS as the default provider](https://github.com/aws-powertools/powertools-lambda-python/pull/2197)
40+
- [ ] User-guide documentation and include when not to use it (e.g., when to use SNS data policy, CloudWatch Logs data policy)
41+
- [ ] Decide whether to use Encryption SDK to bring their own provider or a simply a contract (e.g., `ItsDangerous`)
4142

4243
### Revamp Event Handler
4344

@@ -49,8 +50,8 @@ Based on customers feedback, we want to provide middleware authoring support for
4950

5051
- [x] [Agree on experience for middleware support](https://github.com/aws-powertools/powertools-lambda-python/issues/953#issuecomment-1450223155)
5152
- [x] [RFC to outline initial thoughts on OpenAPI integration](https://github.com/aws-powertools/powertools-lambda-python/issues/2421)
52-
- [ ] MVP for REST middleware
53-
- [ ] MVP for OpenAPI and SwaggerUI
53+
- [x] [MVP for REST middleware](./core/event_handler/api_gateway.md#middleware)
54+
- [ ] [MVP for OpenAPI and SwaggerUI](https://github.com/aws-powertools/powertools-lambda-python/pull/3109)
5455
- [ ] [MVP for AppSync Batch invoke and partial failure support](https://github.com/aws-powertools/powertools-lambda-python/pull/1998)
5556

5657
### Lambda Layer in release notes
@@ -112,10 +113,10 @@ We want to investigate security and scaling requirements for these special regio
112113

113114
**Major updates**
114115

115-
- [ ] Gather agencies and customers name to prioritize it
116-
- [ ] Investigate security requirements for special regions
117-
- [ ] Update CDK Layer construct to include regions
116+
- [x] Gather agencies and customers name to prioritize it
117+
- [x] Investigate security requirements for special regions
118118
- [ ] Create additional infrastructure for special regions
119+
- [ ] Update CDK Layer construct to include regions
119120

120121
### V3
121122

0 commit comments

Comments
 (0)