Skip to content

Commit

Permalink
Add a roadmap skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
joguSD committed Mar 23, 2021
1 parent 413ba6c commit 147648b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# smithy-python interfaces
* Data Class Generation
* Scalar Values
* Enums
* Structures
* List
* Set
* Union
* Documents
* Exceptions
* HTTP Client Interfaces
* Request / Response data classes
* Mypy Protocol Definitions for HTTP client/session
* Middleware Stack
* Service Client Generation
* Operation Interface Generation
* Paginators
* Waiters
* Event Streams

# Standalone
* CRT based HTTP client that implements Smithy HTTP Client Interface
* AWS signing package
* SigV4
* SigV4a
* AWS credential resolution package

# aws-python-sdk
* Endpoint Resolution
* Marshalling Generation
* Serialization (Query, JSON, RestJSON, RestXML)
* Deserialization (Query, JSON, RestJSON, RestXML)
* Credential Resolution
* Client Configuration

0 comments on commit 147648b

Please sign in to comment.