Skip to content

Commit

Permalink
fix: local testing env
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtismassey committed Sep 23, 2024
1 parent 23cbcf1 commit 56bbcdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions caddy_chatbot/src/caddy_core/utils/tables.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import boto3
import os

from dotenv import load_dotenv

load_dotenv()

# === Database Connections ===
dynamodb = boto3.resource("dynamodb", region_name="eu-west-2")

Expand Down

0 comments on commit 56bbcdc

Please sign in to comment.