This message was deleted.
s
This message was deleted.
1
w
I’ve “downloaded deployment package” & the actual name of the table is nowhere to be found
What does the packaged up code look like for
tableName: ...
?
b
actually it captures it like so
Copy code
var __db = {};
var __db_name = Object.create(__counterTable_name_proto);
__db_name.value = "newsletter-dynamodb-370e3b3";
__db.name = __db_name;
but
___db__name
is never used
everything relevant still references the original
tableName
variable
Maybe I should try to make it reproducible right^^ Just thought I first ask if there’s obvious things I might do wrong 🤷‍♂️
w
Does the call to
handlerFactory
exist in the output? What is passed to that call?
b
Okay I have to admit I don’t understand the generated code^^ It seems to work again now 🤷‍♂️
👍 1