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
Describe the bug
Seeder property table expects Table, but if want to retrieve already existing table ( fromTableArn or fromTableAttributes) - all these methods return ITable
It will be small fix to replace it:
The text was updated successfully, but these errors were encountered:
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.
Describe the bug
Seeder property table expects
Table
, but if want to retrieve already existing table ( fromTableArn or fromTableAttributes) - all these methods returnITable
It will be small fix to replace it:
The text was updated successfully, but these errors were encountered: