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

Replaces Table class with ITable interface. #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rheinardkorf
Copy link

This commit addresses issue #36.

The Seeder works for new tables being created via CDK, but existing tables
using fromTableArn or fromTableAttributes fail.

Changing the Props type to ITable allows for new and existing tables.

Tests
Tests still pass successfully with this change.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

This commit addresses issue elegantdevelopment#36.

The Seeder works for new tables being created via CDK, but existing tables
using `fromTableArn` or `fromTableAttributes` fail.

Changing the Props type to ITable allows for new and existing tables.

**Tests**
Tests still pass successfully with this change.
@rheinardkorf
Copy link
Author

@jsdtaylor happy to provide more context if needed, but I believe #36 and the PR description describes the change well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant