shelfio / jest-dynamodb

Jest preset for DynamoDB local server
MIT License
181 stars 38 forks source link

added example code for getting dynamo tables from AWS cdk stack #248

Open DivineGordon opened 3 months ago

DivineGordon commented 3 months ago

this commit adds a helpful code snippet to the readme file to guide any new user to jest-dynamodb on how to get their dynamodb tables defined in their stack automatically handled by jest-dynamodb library for their tests.