Skip to content

Commit

Permalink
Fix readme (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Sep 5, 2024
1 parent 7bc32b3 commit 635d50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-pipes-targets-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ A Lambda Function can be used as a target for a pipe. The Lambda Function will b
declare const sourceQueue: sqs.Queue;
declare const targetFunction: lambda.IFunction;

const pipeTarget = new targets.LambdaFunction(targetFunction);
const pipeTarget = new targets.LambdaFunction(targetFunction,{});

const pipe = new pipes.Pipe(this, 'Pipe', {
source: new SomeSource(sourceQueue),
Expand Down

0 comments on commit 635d50b

Please sign in to comment.