void shutdown()

in lex_node/src/main.cpp [36:42]


void shutdown(const Aws::SDKOptions & options)
{
  AWS_LOG_INFO(__func__, "Shutting down Lex Node...");
  Aws::Utils::Logging::ShutdownAWSLogging();
  Aws::ShutdownAPI(options);
  rclcpp::shutdown();
}