@justworkflowit/cdk-constructs 0.0.39 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -69,7 +69,6 @@ class JustWorkflowItConstructs extends constructs_1.Construct {
|
|
|
69
69
|
const bucketDeployment = new aws_s3_deployment_1.BucketDeployment(this, 'WorkflowDefinitionUploads', {
|
|
70
70
|
sources: deploymentSources,
|
|
71
71
|
destinationBucket: bucket,
|
|
72
|
-
destinationKeyPrefix: 'definitions/',
|
|
73
72
|
});
|
|
74
73
|
const integrationLambda = new aws_lambda_nodejs_1.NodejsFunction(this, 'JustWorkflowItDefinitionDeployerLambda', {
|
|
75
74
|
functionName: `JustWorkflowItDefinitionDeployer-${props.disambiguator}`,
|
|
@@ -51266,7 +51266,6 @@ async function deployWorkflows(organizationId, bucket, keys) {
|
|
|
51266
51266
|
console.log(`\u2705 Created workflow version for: ${workflowName}`);
|
|
51267
51267
|
} catch (err) {
|
|
51268
51268
|
console.error(`\u274C Error processing ${key}`, err);
|
|
51269
|
-
throw err;
|
|
51270
51269
|
}
|
|
51271
51270
|
}
|
|
51272
51271
|
}
|