Skip to content

Commit

Permalink
Fix step function substitutions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 8, 2024
1 parent 1fb00c9 commit f68098d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ export class OraCompressionIcav2PipelineManagerStack extends cdk.Stack {
)
),
definitionSubstitutions: {
__event_bus_name__: eventBusObj.eventBusName,
__detail_type__: this.globals.outputCompressionDetailType,
__merge_sizes_lambda_function_arn__: setMergeSizesLambdaObj.currentVersion.functionArn,
},
}
Expand Down

0 comments on commit f68098d

Please sign in to comment.