Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 507 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 507 Bytes

dynamodb-mock

Not an Amazon DynamoDB implementation!
It acts as a middleware between client and DynamoDB local

It's purpose is to

  • act as a DynamoDB endpoint
  • proxy requests to DynamoDB local
  • intercept and handle backup requests ( create, delete, restore, list )
  • publish cloudwatch metrics ( partially working )
  • map lambda function to DynamoDB local streams
  • if demo mode, prevent deleting demo tables and items

This is a subproject of @awspilot/dynamodb-ui