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
/Users/jamesseppi/CODE/<project>/node_modules/aws-sdk/lib/request.js:31
throw err;
^
UnexpectedParameter: Unexpected key 'TimeToLiveSpecification' found in params
at ParamValidator.fail (/Users/jamesseppi/CODE/<project>/node_modules/aws-sdk/lib/param_validator.js:50:37)
...
Does TimeToLiveSpecification need to be added to a validator?
The text was updated successfully, but these errors were encountered:
@mhart: Apologies; this is definitely an issue in aws-sdk. The TimeToLiveSpecification is not supported for some reason in createTable (ref).
Thank you for your speedy responses, and for this module!
When I try to use the
TimeToLiveSpecification
Property, I get this error during creation:Does
TimeToLiveSpecification
need to be added to a validator?The text was updated successfully, but these errors were encountered: