You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use @aws-cdk/aws-lambda-event-sources in your app.
Error Log
error TS2305: Module '"./stream"' has no exported member 'StreamEventSource'. error TS2305: Module '"./stream"' has no exported member 'StreamEventSourceProps'.
Environment
CLI Version : 1.11.0
Framework Version: 1.11.0
OS : all
Language : all
Other
This has been introduced in #4260 (4040032) and is most probably linked to the @internal
It's impossible to use the DynamoDB or Kinesis event source from
@aws-cdk/aws-lambda-event-sources
in v1.11.0 because there are missing exports instream.d.ts
: https://unpkg.com/browse/@aws-cdk/aws-lambda-event-sources@1.11.0/lib/stream.d.tsReproduction Steps
Use
@aws-cdk/aws-lambda-event-sources
in your app.Error Log
error TS2305: Module '"./stream"' has no exported member 'StreamEventSource'.
error TS2305: Module '"./stream"' has no exported member 'StreamEventSourceProps'.
Environment
Other
This has been introduced in #4260 (4040032) and is most probably linked to the
@internal
aws-cdk/packages/@aws-cdk/aws-lambda-event-sources/lib/stream.ts
Line 5 in 4040032
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: