[LYN-5268] Copy resource mapping tool to install target and add argument for log path (#2819)

Updates to make resource mapping tool work with the installer. Ensure correct log path.
This commit is contained in:
Vincent Liu
2021-08-06 12:03:36 -07:00
committed by GitHub
parent ca3bc3d343
commit 8e3b25e606
17 changed files with 119 additions and 154 deletions
@@ -115,7 +115,6 @@ public:
// AWSCoreInternalRequestBus interface implementation
AZStd::string GetProfileName() const override { return ""; }
AZStd::string GetResourceMappingConfigFilePath() const override { return m_normalizedConfigFilePath; }
AZStd::string GetResourceMappingConfigFolderPath() const override { return m_normalizedConfigFolderPath; }
void ReloadConfiguration() override { m_reloadConfigurationCounter++; }
AZStd::unique_ptr<AWSCore::AWSResourceMappingManager> m_resourceMappingManager;