From f499c6ed96a5dca1a8d20f2a51add0a70f8c9565 Mon Sep 17 00:00:00 2001 From: Jacob Fritsche Date: Wed, 28 Feb 2024 20:18:51 +0100 Subject: [PATCH] Wrote parse_to_dynamodb.py as lambda_handler to get all relevant data and also to store the complete json in a DynamoDB-table --- .idea/workspace.xml | 21 ++++++-- src/lambda_function/parse_to_dynamodb.py | 61 ++++++++++++++++++++++++ 2 files changed, 78 insertions(+), 4 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 44e535f..92e87c9 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,10 @@