mirror of
https://github.com/kennethreitz-archive/callingme-service.git
synced 2026-06-05 23:30:17 +00:00
8 lines
153 B
Python
8 lines
153 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import env
|
|
import dynamo
|
|
|
|
d = env.prefix('dynamo_')
|
|
|
|
table = dynamo.table(d['table'], (d['access_key'], d['secret_access_key'])) |