Skip to content

Instantly share code, notes, and snippets.

View amaalzohny's full-sized avatar
🎯
Focusing

Amal Zohny amaalzohny

🎯
Focusing
View GitHub Profile
@amaalzohny
amaalzohny / boto_dynamodb_methods.py
Last active February 26, 2018 07:41
boto_dynamodb_methods.py
# Copyright (C) 2016 Martina Pugliese
#https://martinapugliese.github.io/interacting-with-a-dynamodb-via-boto3/
from boto3 import resource
from boto3.dynamodb.conditions import Key
# The boto3 dynamoDB resource
dynamodb_resource = resource('dynamodb')