Skip to content

Commit

Permalink
discard result not output
Browse files Browse the repository at this point in the history
  • Loading branch information
AWare committed Oct 30, 2019
1 parent 3ed727f commit 86b783c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/aws/lib/step-function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ export const archiverStepFunction = (
})

const frontMap = new sfn.Map(scope, 'EditionsArchiverFrontMap', {
inputPath: '$.',
itemsPath: '$.issue.fronts',
parameters: {
'issue.$': '$.issue',
'front.$': '$$.Map.Item.Value',
},
outputPath: 'DISCARD', //This makes the output from this be replaced with the input
resultPath: 'DISCARD', //This makes the output from this be replaced with the input
})

const front = task(
Expand Down

0 comments on commit 86b783c

Please sign in to comment.