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
I'm wondering will withAutoCreateTable(true) always try to create a table even if it exists? So it will throw ResourceInUseException as above that will be shown in Lambda function's error metric?
The text was updated successfully, but these errors were encountered:
Is this issue/feature-request still relevant?
We are working on prioritization of relevant issues and cleanup of rest. If we don’t hear back in 2 weeks, we will assume that the issue is not relevant and we will close it.
We found a bunch of errors in our cloudtrail event as below, seems some processes are trying to create an existing table constantly.
In index.js, we are doing something like below
I'm wondering will withAutoCreateTable(true) always try to create a table even if it exists? So it will throw ResourceInUseException as above that will be shown in Lambda function's error metric?
The text was updated successfully, but these errors were encountered: