shiftcode / dynamo-easy

DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.
https://shiftcode.github.io/dynamo-easy/
MIT License
204 stars 27 forks source link

Question: When you create a new model is a new table automatically created? #340

Closed charlieporth1 closed 3 years ago

charlieporth1 commented 3 years ago

Question: When you create a new model is a new table automatically created?

michaellieberherr commented 3 years ago

dynamo-easy does not create or alter any tables. We recommend to define the tables with CloudFormation.