source/lambda/quicksight-custom-resources/util/quicksight_application.py (2 lines): - line 52: # TODO: use the config data / file to figure out the supported_data_set_types - line 66: # TODO:RENAME: quicksight_template_arn -> quicksight_source_template_arn source/lambda/quicksight-custom-resources/util/source_entity.py (2 lines): - line 41: # TODO:ERROR_HANDLING: assert, handle, raise, passthrough - line 63: # TODO:RENAME _get_map to something better and add pydoc source/lambda/quicksight-custom-resources/util/quicksight.py (2 lines): - line 37: # TODO:REFACTOR?: Move to object itself, with state in QuicksightApplication: self.get_global_state().update({'datasource': resource.get_data()}) - line 38: # TODO:REORG: delegate update of all the state to objects, which may decide to call out to QuicksightApplication source/lambda/quicksight-custom-resources/util/template.py (1 line): - line 71: # TODO: REFACTOR+MERGE with create_from_analysis after testing to be the same