Open dimaqq opened 2 years ago
Hi @dimaqq
I've looked at the docs. That's incredibly good and obviously worth learning. I guess I'll play with it so my project can support async process, and check is there any real performance improvement by doing some benchmarking.
Thanks a lot for your suggestion!
https://github.com/HENNGE/aiodynamo is an asyncio dynamodb client. it has a better API and it's also faster than *boto libs.
Since this workbook uses FastAPI, which supports asyncio natively, it's a good fit.