aws-dynamodb
aws-dynamodb copied to clipboard
Dynamodb local support
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:
- If one uses a yml file with many instances of this component, how could this be run for each instance.
With changes in https://github.com/serverless/template/pull/8, the question posed above becomes more possible.