mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-14 11:46:17 +00:00
wip: create webapp
This commit is contained in:
8
api/backend/amazon.py
Normal file
8
api/backend/amazon.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# PDM
|
||||
import boto3
|
||||
|
||||
|
||||
def test_dyanmo():
|
||||
dynamodb = boto3.resource("dynamodb", region_name="us-west-2")
|
||||
table = dynamodb.Table("scrape")
|
||||
print(table)
|
||||
Reference in New Issue
Block a user