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
It doesn't matter if the parameter is first copied to TableName or used directly, it only seems to support the TableName property being a string literal (['string value'] also fails).
This essentially prevents use of an API such as batchWriteItem where the properties are table names, and thus need to be passed in as properties.
Error is (note the lack of context):
Error: unable to extract property name for property assignment
Kind: ObjectLiteralExpression
Source: ??
The text was updated successfully, but these errors were encountered:
It doesn't matter if the parameter is first copied to
TableName
or used directly, it only seems to support theTableName
property being a string literal (['string value']
also fails).This essentially prevents use of an API such as
batchWriteItem
where the properties are table names, and thus need to be passed in as properties.Error is (note the lack of context):
The text was updated successfully, but these errors were encountered: