- Fixes an issue which caused HTTP invoker functions to be accessible before the bootstrapper function `_start_service()` had been completed. Now `_start_service()` is called first, followed by activation of the invoker functions (`http`, `schedule`, `aws_sns_sqs`, `amqp`, etc.) and then lastly the `_started_service()` function will be called, announcing that the service is now up and running.