Getting "Invalid Table" error
See original GitHub issueThis works locally, but when I deploy to Lambda, the table.constructor.name
is empty, causing dynamodb-toolbox to throw https://github.com/jeremydaly/dynamodb-toolbox/blob/v0.2/classes/Entity.js#L46-L69.
I’m using serverless-webpack which may have something to do with it?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Invalid Table or Database View Causes Schema Error in ...
An invalid table or database view causes schema errors when using the ODBC driver with instances prior to the Geneva release. This issue...
Read more >Invalid table name error when creating a table - Stack Overflow
I am trying to create the following table and get the error 'ORA-00903: invalid table name'. I'm not sure what is wrong.
Read more >How to Resolve ORA-00903: invalid table name
ERROR at line 1: ORA-00903: invalid table name. This is because reserved keywords cannot be the object identifier.
Read more >Invalid Table error, but the user has read access to the table.
One of my users is trying to run the report but gets #VALUE! in most of the cells. The error message is "Invalid...
Read more >ORA-00903 invalid table name tips - Burleson Consulting
Answer: The oerr utility shows this for the ORA-00903 error:. ORA-00903: invalid table name. Cause: A table or cluster name is invalid or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@aldebout, I’d rather not require that, but yes, should work for temporary fixes. There are other ways to verify the correct instances are passed, so I’ll hunt for these and add fixes.
Confirmed this works 🎉