diff --git a/CloudFormation/CSVToDynamo.template b/CloudFormation/CSVToDynamo.template index 06caa40..fbe8190 100644 --- a/CloudFormation/CSVToDynamo.template +++ b/CloudFormation/CSVToDynamo.template @@ -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:", @@ -159,7 +159,7 @@ " Item=rows[i]", " )", " except Exception as error:", - " print(error)", + " print(error)", " print(\"Error executing batch_writer\")" ] ]