Our app lambda functions works with existing DynamoDB tables. I have cloudformation resources definitions of the tables but these tables should be created only in offline mode (as they already exist in AWS). How do I configure dynamodb local plugin to look for dynamodb resource definitions and create them but only for offline mode.
Our app lambda functions works with existing DynamoDB tables. I have cloudformation resources definitions of the tables but these tables should be created
only in offline mode(as they already exist in AWS). How do I configure dynamodb local plugin to look for dynamodb resource definitions and create them but only for offline mode.