aws-dynamodb icon indicating copy to clipboard operation
aws-dynamodb copied to clipboard

Dynamodb local support

Open barrysteyn opened this issue 6 years ago • 1 comments

This component be able to be used with dynamodb local. This could be accomplished by implementing a method on the component: describeTable, that would output the cloudformation used to create the table. This could then be used as input to a script that would create the table within the local dynamodb.

Questions:

  1. If one uses a yml file with many instances of this component, how could this be run for each instance.

barrysteyn avatar Oct 19 '19 23:10 barrysteyn

With changes in https://github.com/serverless/template/pull/8, the question posed above becomes more possible.

barrysteyn avatar Oct 23 '19 16:10 barrysteyn