Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-lilleker committed Aug 12, 2021
1 parent 5e2a888 commit d40572c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@aws-cdk/aws-codepipeline-actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ const deployStage = pipeline.addStage({
// and leave out the `input` property
imageFile: buildOutput.atPath('imageDef.json'),
deploymentTimeout: cdk.Duration.minutes(60), // optional, default is 60 minutes
region: 'eu-west-2', // optional, default region is the same as the pipeline.
}),
],
});
Expand Down

0 comments on commit d40572c

Please sign in to comment.