AWS: How does boto3 connect to Dynamo DB?

前端 未结 0 718
南笙
南笙 2021-01-30 02:35

Using Python SDK for AWS I can write a Python script using boto3 to create a table in Dynamo DB as such:

$pip install boto3

import boto3
table_name = \'Students\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题