shorter names
parent
0da10f487f
commit
ca169c7fb1
|
@ -1499,6 +1499,7 @@ class AWSJobStack {
|
|||
Capabilities: ['CAPABILITY_IAM'],
|
||||
Parameters: parameters,
|
||||
};
|
||||
cloud_runner_logger_1.default.log(`AWS Params ${JSON.stringify(parameters, undefined, 4)}`);
|
||||
try {
|
||||
cloud_runner_logger_1.default.log(`Creating job aws formation ${taskDefStackName}`);
|
||||
await CF.createStack(createStackInput).promise();
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -140,6 +140,7 @@ export class AWSJobStack {
|
|||
Capabilities: ['CAPABILITY_IAM'],
|
||||
Parameters: parameters,
|
||||
};
|
||||
CloudRunnerLogger.log(`AWS Params ${JSON.stringify(parameters, undefined, 4)}`);
|
||||
|
||||
try {
|
||||
CloudRunnerLogger.log(`Creating job aws formation ${taskDefStackName}`);
|
||||
|
|
Loading…
Reference in New Issue