From 0e908c5cd74e21b732efd516a554e6effa3f38ae Mon Sep 17 00:00:00 2001 From: Ryan Parker Date: Thu, 30 Dec 2021 11:25:21 -0800 Subject: [PATCH] Add region to README example --- packages/@aws-cdk/aws-codepipeline-actions/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@aws-cdk/aws-codepipeline-actions/README.md b/packages/@aws-cdk/aws-codepipeline-actions/README.md index d3569b4ea5872..bb43d7a6de18e 100644 --- a/packages/@aws-cdk/aws-codepipeline-actions/README.md +++ b/packages/@aws-cdk/aws-codepipeline-actions/README.md @@ -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',