question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Getting "Invalid Table" error

See original GitHub issue

This 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jeremydalycommented, May 5, 2020

@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.

1reaction
brettstackcommented, May 1, 2020

Confirmed this works 🎉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found