addLambdaBackendService(
    config?: Partial<Services.LambdaBundleService['config']>
  ) {
    const bus = this as EventBus<Services.LambdaBundleServiceEvents>
    this.services.LambdaBackend = new Services.LambdaBundleService(bus, config)