ServiceStack is a great library, and I'm now considering using it also for working with AWS DynamoDb.
However, the only async APIs I can find are these three:
CreateMissingTablesAsync
WaitForTablesToBeReadyAsync
InitSchemaAsync
Is there any reason not to create async APIs for the rest? Are async APIs in the pipeline, or not?
Thank you.
There's no reason Async overloads shouldn't exist, it's currently not in any pipeline since the feature has never been requested.
All feature requests for any ServiceStack Software should be requested on https://servicestack.uservoice.com where demand for the feature can be recorded, prioritized and voters are able to get notified when the feature gets implemented..