update todo list

This commit is contained in:
Emil Lerch 2021-05-29 18:18:36 -07:00
parent f068dce413
commit 1a97775287
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -93,8 +93,8 @@ TODO List:
* Implement timeouts and other TODO's in the code * Implement timeouts and other TODO's in the code
* Implement error handling for 4xx, 5xx and other unexpected return values * Implement error handling for 4xx, 5xx and other unexpected return values
* Implement generic response body -> Response type handling (right now, this is hard-coded) * Implement generic response body -> Response type handling (right now, this is hard-coded)
* Implement codegen for services with xml structures (using Smithy models) * Implement codegen for services with xml structures (using Smithy models)
* Implement codegen for others (using Smithy models) * Implement codegen for others (using Smithy models)
* Switch to aws-c-cal upsream once PR for full static musl build support is merged (see Dockerfile) * Switch to aws-c-cal upsream once PR for full static musl build support is merged (see Dockerfile)
* Remove compiler 0.7.1 shims when 0.8.0 is released * Remove compiler 0.7.1 shims when 0.8.0 is released