Poc lambda subhosting (#10192)
Add `SERVERLESS_LAMBDA_SUBHOSTING_ROLE` to allow hosting lambdas in separate aws account Tested with old configuration and new configuration
This commit is contained in:
@ -197,8 +197,6 @@ export class WorkflowStatusesUpdateJob {
|
||||
serverlessFunction.latestVersion;
|
||||
|
||||
newStep.settings = newStepSettings;
|
||||
|
||||
this.logger.log(`New step computed for code step -> ${newStep}`);
|
||||
}
|
||||
newSteps.push(newStep);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user