Adding SMS service integration

This commit is contained in:
stephb9959
2021-10-09 23:50:04 -07:00
parent 767c0fb9f5
commit abd65c347c

View File

@@ -19,6 +19,7 @@ namespace OpenWifi {
Logger_.debug("SMSSender is disabled. Please provide key and access key in configuration.");
return -1;
}
std::cout << "K:" << SecretKey_ << " A:" << AccessKey_ << " R:" << Region_ << std::endl;
AwsConfig_.enableTcpKeepAlive = true;
AwsConfig_.enableEndpointDiscovery = true;
AwsConfig_.useDualStack = true;