src/main/java/com/amazonaws/gdcreplication/util/SQSUtil.java [26:34]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		Map<String, MessageAttributeValue> messageAttributes = new HashMap<>();
		messageAttributes.put("ExportBatchId",
				new MessageAttributeValue().withDataType("String.ExportBatchId").withStringValue(exportBatchId));
		messageAttributes.put("SourceGlueDataCatalogId", new MessageAttributeValue()
				.withDataType("String.SourceGlueDataCatalogId").withStringValue(sourceGlueCatalogId));
		messageAttributes.put("SchemaType",
				new MessageAttributeValue().withDataType("String.SchemaType").withStringValue("largeTable"));

		SendMessageRequest req = new SendMessageRequest().withQueueUrl(queueUrl)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/amazonaws/gdcreplication/util/SQSUtil.java [57:65]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		Map<String, MessageAttributeValue> messageAttributes = new HashMap<>();
		messageAttributes.put("ExportBatchId",
				new MessageAttributeValue().withDataType("String.ExportBatchId").withStringValue(exportBatchId));
		messageAttributes.put("SourceGlueDataCatalogId", new MessageAttributeValue()
				.withDataType("String.SourceGlueDataCatalogId").withStringValue(sourceGlueCatalogId));
		messageAttributes.put("SchemaType",
				new MessageAttributeValue().withDataType("String.SchemaType").withStringValue("largeTable"));

		SendMessageRequest req = new SendMessageRequest().withQueueUrl(queueUrl)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



