Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #162 from itzhapaz/develop/cdk-constructs
Browse files Browse the repository at this point in the history
bump to cdk v1.102.0
  • Loading branch information
wleepang authored May 11, 2021
2 parents aafd09c + bf47537 commit 29b6adc
Show file tree
Hide file tree
Showing 3 changed files with 1,953 additions and 6,934 deletions.
4 changes: 2 additions & 2 deletions src/aws-genomics-cdk/lib/workflows/genomics-task-construct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export default class GenomicsTask extends cdk.Construct {
};
const taskProps = {
jobName: props.taskName,
jobDefinition: props.jobDefinition,
jobQueue: props.queue,
jobDefinitionArn: props.jobDefinition.jobDefinitionArn,
jobQueueArn: props.queue.jobQueueArn,
containerOverrides: taskContainerProps,
inputPath: "$",
resultPath: "$.result"
Expand Down
Loading

0 comments on commit 29b6adc

Please sign in to comment.