Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing exports in @aws-cdk/aws-lambda-event-sources v1.11.0 #4358

Closed
jogold opened this issue Oct 3, 2019 · 2 comments
Closed

Missing exports in @aws-cdk/aws-lambda-event-sources v1.11.0 #4358

jogold opened this issue Oct 3, 2019 · 2 comments
Labels
bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.

Comments

@jogold
Copy link
Contributor

jogold commented Oct 3, 2019

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 in stream.d.ts: https://unpkg.com/browse/@aws-cdk/aws-lambda-event-sources@1.11.0/lib/stream.d.ts

Reproduction 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

  • 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

?


This is 🐛 Bug Report

@jogold jogold added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Oct 3, 2019
@nmussy
Copy link
Contributor

nmussy commented Oct 3, 2019

Duplicate of #4352

@jogold
Copy link
Contributor Author

jogold commented Oct 3, 2019

Duplicate of #4352

Exactly, missed it.

@jogold jogold closed this as completed Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

2 participants