serverless-dynamodb-local
serverless-dynamodb-local copied to clipboard
Create table for offline mode only
trafficstars
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.