Skip to content

Commit

Permalink
fix(lambda-event-sources): add missing export of ./streams.ts
Browse files Browse the repository at this point in the history
Fixes #4352
  • Loading branch information
RomainMuller committed Oct 3, 2019
1 parent 4ed4d96 commit e46d972
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/@aws-cdk/aws-lambda-event-sources/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from './api';
export * from './dynamodb';
export * from './kinesis';
export * from './sqs';
export * from './s3';
export * from './sns';
export * from './api';
export * from './stream';
export * from './sqs';

0 comments on commit e46d972

Please sign in to comment.