devops-workbook icon indicating copy to clipboard operation
devops-workbook copied to clipboard

Consider using aiodynamo

Open dimaqq opened this issue 4 years ago • 1 comments

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.

dimaqq avatar Mar 28 '22 04:03 dimaqq

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!

agusrichard avatar Mar 29 '22 13:03 agusrichard