revert f499c6ed96
revert Wrote parse_to_dynamodb.py as lambda_handler to get all relevant data and also to store the complete json in a DynamoDB-table
This commit is contained in:
21
.idea/workspace.xml
generated
21
.idea/workspace.xml
generated
@@ -4,10 +4,7 @@
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="9a6512a2-4a65-46dc-ac79-ea908fa84d1f" name="Changes" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/lambda_function/parse_to_dynamodb.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/lambda_function/parse_to_dynamodb.py" afterDir="false" />
|
||||
</list>
|
||||
<list default="true" id="9a6512a2-4a65-46dc-ac79-ea908fa84d1f" name="Changes" comment="" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
@@ -17,7 +14,6 @@
|
||||
<option name="RECENT_TEMPLATES">
|
||||
<list>
|
||||
<option value="Python Script" />
|
||||
<option value="AWS CloudFormation Template (YAML)" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
@@ -76,7 +72,7 @@
|
||||
<workItem from="1709141002289" duration="33000" />
|
||||
<workItem from="1709141085982" duration="184000" />
|
||||
<workItem from="1709141371555" duration="1607000" />
|
||||
<workItem from="1709143935553" duration="3109000" />
|
||||
<workItem from="1709143935553" duration="351000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="Initial code to get the weather data from the API">
|
||||
<option name="closed" value="true" />
|
||||
@@ -110,15 +106,7 @@
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1709144200442</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00005" summary="Add CloudFormation template to deploy the environment">
|
||||
<option name="closed" value="true" />
|
||||
<created>1709144394361</created>
|
||||
<option name="number" value="00005" />
|
||||
<option name="presentableId" value="LOCAL-00005" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1709144394361</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="6" />
|
||||
<option name="localTasksCounter" value="5" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
@@ -139,7 +127,6 @@
|
||||
<MESSAGE value="Initial code to get the weather data from the API" />
|
||||
<MESSAGE value="Add requirements.txt to control python package version" />
|
||||
<MESSAGE value="Add lambda function to write json to dynamo db" />
|
||||
<MESSAGE value="Add CloudFormation template to deploy the environment" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Add CloudFormation template to deploy the environment" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Add lambda function to write json to dynamo db" />
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user