-
Notifications
You must be signed in to change notification settings - Fork 862
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
DynamoDB OverrideTableName doesn't work #1448
Comments
Hi @vickyRathee, thanks for the time to provide the feedback on this. It is a known problem. You can see another report from #1218. We're looking for other approaches to fix this problem that wouldn't cause a breaking change for any customers depending on the flawed behavior. |
@klaytaybai Thanks. But that's 9 month old issue if you are aware.. I think many |
Unless we can find a way to solve this without causing breaking changes, we have to wait until a major version based on our policy of not making breaking changes except for major versions. |
So how are we supposed to use this? I need to use a table name override and can't right now. I think surely you should be focussing on those of us who want to use it as intended than those who are using a flawed version? If you have to bump to a major version then please do, but otherwise this functionality is unusable? |
Refer #1218 (comment), this is a breaking change. Duplicate of #1421. Closing this one. |
|
I am using
Table1
to override usingDynamoDBOperationConfig.OverrideTableName
but the SDK doesn't override the tableName and throwing error with class nameDocuments
. So the override request not honored and getting error.Error : Requested resource not found: Table: Documents not found
My requirement is to change the table name dynamically on business logic to insert documents in different tables. So I can't use the
[DynamoDBTable("Table1")]
The text was updated successfully, but these errors were encountered: