Skip to content

Commit

Permalink
Add region to README example
Browse files Browse the repository at this point in the history
  • Loading branch information
ryparker committed Dec 30, 2021
1 parent 1f13ffc commit 0e908c5
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 @@ -1021,6 +1021,7 @@ declare const fn: lambda.Function;
const pipeline = new codepipeline.Pipeline(this, 'MyPipeline');
const lambdaAction = new codepipeline_actions.LambdaInvokeAction({
actionName: 'Lambda',
region: 'us-east-1',
lambda: fn,
userParameters: {
foo: 'bar',
Expand Down

0 comments on commit 0e908c5

Please sign in to comment.