“BOTO3 get_item” Respostas de código

BOTO3 get_item

client = boto3.client('dynamodb')

response = client.get_item(TableName='Garbage_collector_table', Key={'topic':{'S':str(my_topic)}})
rony yosef

BOTO3 get_item

response = table.get_item(Key={'topic': my_topic})
rony yosef

Respostas semelhantes a “BOTO3 get_item”

Perguntas semelhantes a “BOTO3 get_item”

Procure respostas de código populares por idioma

Procurar outros idiomas de código