helloService(); $runner->runExample(); } catch (AwsException $error) { echo "Errored with the following: (" . $error->getCode() . ") - " . $error->getMessage(); } finally { echo "Cleaning up.\n"; $runner->cleanUp(); }