forked from SaltwaterC/aws2js
-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
SaltwaterC edited this page Apr 27, 2012
·
1 revision
Since this project actually gained some popularity, this is a must. Work in progress ...
- Split the clients into separate submodules. This should ease the implementation of helper APIs for each specific client that wrap the "low level" calls that do the basic request packing and API authentication.
- Make the common parts to be easily reusable.
- Have helper methods for the API clients in order to ease the workflow. Basically this means turning this library into a proper SDK for AWS.
- API freeze. Backward incompatible changes should go into future major releases, if they are planned.
- Have at least one extra maintainer besides myself. This library is not a full time job, but maintaining it properly may be a difficult task.