serverless-dynamodb-local icon indicating copy to clipboard operation
serverless-dynamodb-local copied to clipboard

Create table for offline mode only

Open newtechfellas opened this issue 2 years ago • 0 comments
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.

newtechfellas avatar Dec 29 '22 18:12 newtechfellas