Skip to content

Commit 0aaba73

Browse files
authored
Merge pull request #2 from awslabs/roadmap
Add a roadmap skeleton
2 parents 413ba6c + 147648b commit 0aaba73

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

ROADMAP.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# smithy-python interfaces
2+
* Data Class Generation
3+
* Scalar Values
4+
* Enums
5+
* Structures
6+
* List
7+
* Set
8+
* Union
9+
* Documents
10+
* Exceptions
11+
* HTTP Client Interfaces
12+
* Request / Response data classes
13+
* Mypy Protocol Definitions for HTTP client/session
14+
* Middleware Stack
15+
* Service Client Generation
16+
* Operation Interface Generation
17+
* Paginators
18+
* Waiters
19+
* Event Streams
20+
21+
# Standalone
22+
* CRT based HTTP client that implements Smithy HTTP Client Interface
23+
* AWS signing package
24+
* SigV4
25+
* SigV4a
26+
* AWS credential resolution package
27+
28+
# aws-python-sdk
29+
* Endpoint Resolution
30+
* Marshalling Generation
31+
* Serialization (Query, JSON, RestJSON, RestXML)
32+
* Deserialization (Query, JSON, RestJSON, RestXML)
33+
* Credential Resolution
34+
* Client Configuration

0 commit comments

Comments
 (0)