| 161 | #endif |
| 162 | |
| 163 | runtime::runtime(std::string const& endpoint) : runtime(endpoint, "AWS_Lambda_Cpp/" + std::string(get_version())) {} |
| 164 | |
| 165 | runtime::runtime(std::string const& endpoint, std::string const& user_agent) |
| 166 | : m_user_agent_header("User-Agent: " + user_agent), |
nothing calls this directly
no test coverage detected