Skip to content

Commit

Permalink
fix-ora-compression-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 5, 2024
1 parent e8e5c89 commit dd5e301
Show file tree
Hide file tree
Showing 4 changed files with 483 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ export class OraCompressionIcav2PipelineManagerStack extends cdk.Stack {
ICAV2_ACCESS_TOKEN_SECRET_ID: icav2AccessTokenSecretObj.secretName,
},
timeout: Duration.seconds(60),
memorySize: 1024,
});
// Give the lambda function access to the secret
icav2AccessTokenSecretObj.grantRead(setMergeSizesLambdaObj.currentVersion);
Expand Down Expand Up @@ -270,7 +271,7 @@ export class OraCompressionIcav2PipelineManagerStack extends cdk.Stack {
detailType: [props.detailType],
detail: {
workflowName: [{ 'equals-ignore-case': props.workflowName }],
state: [{ 'equals-ignore-case': 'SUCCEEDED' }],
status: [{ 'equals-ignore-case': 'SUCCEEDED' }],
},
},
}
Expand Down
Loading

0 comments on commit dd5e301

Please sign in to comment.