From 26b9569a7788b6212f9f84a109c20c4ed0984c45 Mon Sep 17 00:00:00 2001 From: fulder Date: Tue, 26 Oct 2021 00:06:10 +0200 Subject: [PATCH] Forgotten database_name env var --- deploy/lib/watch_history.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/lib/watch_history.py b/deploy/lib/watch_history.py index a3b02d2f..cab1d191 100644 --- a/deploy/lib/watch_history.py +++ b/deploy/lib/watch_history.py @@ -187,6 +187,7 @@ def _create_lambdas_config(self): "api-episode_by_collection_item": { "layers": ["utils", "databases", "api"], "variables": { + "DATABASE_NAME": self.watch_history_table.table_name, "EPISODES_DATABASE_NAME": self.episodes_table.table_name, "LOG_LEVEL": "DEBUG", "ANIME_API_URL": self.anime_api_url,