serverless-components/aws-dynamodb

multiple tables?

atymic opened this issue · 2 comments

Do we need a different component for every table?

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.

any solution?