public function createService()

in src/Factory/AwsFactory.php [42:45]


    public function createService(ServiceLocatorInterface $serviceLocator)
    {
        return $this($serviceLocator, AwsSdk::class);
    }