serverless-components / aws-dynamodb

⚡ Easily provision AWS DynamoDB tables using Serverless Components.
https://www.serverless.com
Apache License 2.0
59 stars 11 forks source link

multiple tables? #19

Open atymic opened 4 years ago

atymic commented 4 years ago

Do we need a different component for every table?

morgler commented 3 years ago

I also have this problem. Since the component creates only ONE table (and serverless.yml files can only have one component), I would need to create folders and yml files for each table! Besides being a mess in the code editor, this folder structure can also not be used with the serverless dev command, unless you launch a serverless dev process for each table separately.

I would also like to group tables with the DynamoDB group feature. That way everything would look tidy in the AWS Console.

kevin4dhd commented 3 years ago

any solution?