Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CloudFormation/CSVToDynamo.template
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
" try:",
" table = dynamodb.Table(tableName)",
" except Exception as error:",
" print(error)",
" print(error)",
" print(\"Error loading DynamoDB table. Check if table was created correctly and environment variable.\")",
"",
" try:",
Expand All @@ -159,7 +159,7 @@
" Item=rows[i]",
" )",
" except Exception as error:",
" print(error)",
" print(error)",
" print(\"Error executing batch_writer\")"
]
]
Expand Down