Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 asyncdynamo 库与 Amazon Dynamo DB 进行交互。我可以使用 get_item() 成功获取项目,但不知道如何格式化查询。我尝试了不同的模式,但没有运气。图书馆本身没有任何文档来提供这方面的信息。如果其他人使用并使用 asyncdynamo 进行查询,请提供帮助。
Asyncdynamo 缺乏文档确实扼杀了项目的实用性。您可能会考虑改用 Dynochemy,因为它至少有一些示例:
https://github.com/rhettg/Dynochemy