aws-lambda-graphql icon indicating copy to clipboard operation
aws-lambda-graphql copied to clipboard

Unify DynamoDB table name constructors property names

Open michalkvasnicak opened this issue 5 years ago • 0 comments

DynamoDB*Manager classes allow developers to change the name of tables in DynamoDB but the problem is that the naming is not consistent. Ensure we use a format like connectionsTable or subscriptionsTable and not subscriptionsTableName.

michalkvasnicak avatar Aug 17 '20 07:08 michalkvasnicak