摘要: dynamodb = boto3.resource('dynamodb') 是boto3 的高级接口,更底层的有: import boto3 dynamodb_client = boto3.client('dynamodb') res = dynamodb_client.list_tables() 阅读全文
posted @ 2022-11-20 10:46 Jneeee 阅读(156) 评论(0) 推荐(0) 编辑