Skip to content

Commit

Permalink
Update int test
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Oct 30, 2024
1 parent 1e03178 commit c85b6ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/@aws-cdk/aws-pipes-targets-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const pipe = new pipes.Pipe(this, 'Pipe', {
});
```


### Amazon API Gateway Rest API

A REST API can be used as a target for a pipe.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Pipe } from '@aws-cdk/aws-pipes-alpha';
// eslint-disable-next-line import/no-extraneous-dependencies
import { SqsSource } from '@aws-cdk/aws-pipes-sources-alpha';
import { ExpectedResult, IntegTest } from '@aws-cdk/integ-tests-alpha';
import * as cdk from 'aws-cdk-lib';
Expand Down

0 comments on commit c85b6ca

Please sign in to comment.