in aws-iotcoredeviceadvisor-suitedefinition/src/main/kotlin/software/amazon/iotcoredeviceadvisor/suitedefinition/Converter.kt [60:62]
fun tagsFromModel(tags: Set<Tag>?): Map<String, String>? {
return tags?.map { it.key to it.value }?.toMap() ?: mapOf()
}