wip: create webapp

This commit is contained in:
Jayden Pyles
2024-07-06 11:56:05 -05:00
parent dd1923d9f1
commit d66a1fbacf
13 changed files with 1981 additions and 246 deletions

8
api/backend/amazon.py Normal file
View 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)