使用 boto3 更新移动中心的数据库

Update database of mobile hub using boto3

我正在尝试通过 运行 aws 上的 cron 任务更新移动中心的数据库。
我参考了移动小节下的 docs of the boto3,但我找不到任何实质性的东西可以帮助我。

我想知道是否有任何方法可以使用 cron 任务更新基于移动中心的数据库。

AWS Mobile Hub 的数据库功能是代表您创建一个 Amazon DynamoDB。您可以将其用作常规 Amazon DynamoDB tables。您可以在 AWS Mobile Hub > 您的项目 > 资源 > Amazon DynamoDB 下找到 Amazon DynamoDB table 名称。 https://boto3.readthedocs.io/en/latest/reference/services/dynamodb.html

希望对您有所帮助。